-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor abstract consensus specification (#6475)
* Refactor (simplify) TypeOK to use (more concise) Sequences!Seq operator. * Define InitialLogs less explicitly. * Add assumptions about abs.tla's constants (TLAPS will likely need those assumptions should we attempt writing a proof). * Mitigate state-space explosion during explicit-state model checking by declaring constant Servers to be symmetric. Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
- Loading branch information
Showing
3 changed files
with
21 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,6 @@ INVARIANTS | |
|
||
PROPERTIES | ||
AppendOnlyProp | ||
|
||
|
||
SYMMETRY | ||
Symmetry |
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