Skip to content

Commit

Permalink
Added model for c1cs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Jan 23, 2024
1 parent 545a1a1 commit dd1d486
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Here is a list of specs included in this repository, with links to the relevant
| [Asynchronous Byzantine Consensus](specifications/aba-asyn-byz) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | || |
| [Folklore Reliable Broadcast](specifications/bcastFolklore) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | || |
| [The Bosco Byzantine Consensus Algorithm](specifications/bosco) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | || |
| [Consensus in One Communication Step](specifications/c1cs) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
| [Consensus in One Communication Step](specifications/c1cs) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
| [Condition-Based Consensus](specifications/cbc_max) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
| [One-Step Consensus with Zero-Degradation](specifications/cf1s-folklore) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
| [Failure Detector](specifications/detector_chan96) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
Expand Down
13 changes: 12 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2934,7 +2934,18 @@
"communityDependencies": [],
"tlaLanguageVersion": 2,
"features": [],
"models": []
"models": [
{
"path": "specifications/c1cs/c1cs.cfg",
"runtime": "unknown",
"size": "large",
"mode": "exhaustive search",
"features": [
"liveness"
],
"result": "unknown"
}
]
}
]
},
Expand Down
10 changes: 10 additions & 0 deletions specifications/c1cs/c1cs.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CONSTANTS
N = 4
T = 1
F = 1
Values = {v1, v2}
Bottom = Bottom
INVARIANTS TypeOK Validity Agreement WeakAgreement IndStrengthens
PROPERTIES Termination
SPECIFICATION Spec

0 comments on commit dd1d486

Please sign in to comment.