-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added model for Folklore Reliable Broadcast
Signed-off-by: Andrew Helwer <[email protected]>
- Loading branch information
Showing
4 changed files
with
29 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CONSTANTS | ||
N = 4 | ||
T = 1 | ||
F = 1 | ||
INVARIANTS TypeOK | ||
PROPERTIES Unforg_Ltl Corr_Ltl Agreement_Ltl | ||
SPECIFICATION Spec | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CONSTANTS | ||
N = 4 | ||
T = 1 | ||
F = 1 | ||
INVARIANTS TypeOK | ||
PROPERTIES UnforgLtl CorrLtl RelayLtl ReliableChan | ||
SPECIFICATION Spec | ||
|