-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"The DifferenceZero property does not match the comment. The property…
… should ensure that the number of sentUnacked messages equals the sum of msgs and acks for any edge, not the difference being zero."
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ INVARIANT | |
|
||
PROPERTY | ||
DT2 | ||
\* DifferenceZero | ||
\* CountersConsistent | ||
\* TreeWithRoot | ||
\* StableUpEdge | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ PROPERTY | |
DT2 | ||
|
||
PROPERTIES | ||
DifferenceZero | ||
CountersConsistent | ||
TreeWithRoot | ||
\* StableUpEdge | ||
|
||
|
df7f099
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/microsoft/tlaplus-examples/issues/3