-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added specs to manifest, added README
Signed-off-by: Andrew Helwer <[email protected]>
- Loading branch information
Showing
10 changed files
with
213 additions
and
154 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
------------------------------- MODULE CRDT --------------------------------- | ||
|
||
EXTENDS Naturals | ||
|
||
CONSTANT Node | ||
|
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ CONSTANTS | |
Divergence = 3 | ||
INVARIANTS TypeOK Safety | ||
PROPERTIES Liveness Monotonicity | ||
|
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ CONSTANT Node = {n1, n2, n3} | |
INVARIANTS TypeOK Safety | ||
PROPERTIES Monotonicity Liveness | ||
CONSTRAINT StateConstraint | ||
|
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
------------------------- MODULE MC_Constraint_CRDT ------------------------- | ||
|
||
EXTENDS Naturals | ||
|
||
CONSTANT Node | ||
|
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
SPECIFICATION SimpleSpec | ||
SPECIFICATION Spec | ||
CONSTANTS | ||
Node = {n1, n2, n3} | ||
Transaction = {tx1, tx2, tx3} | ||
Divergence = 5 | ||
INVARIANT TypeOK | ||
PROPERTY Liveness | ||
|
Oops, something went wrong.