Skip to content

Commit

Permalink
update README and add VotingApalache to manifest.json
Browse files Browse the repository at this point in the history
Signed-off-by: Giuliano Losa <[email protected]>
  • Loading branch information
nano-o committed Jan 21, 2024
1 parent 528db1d commit 26a4582
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,13 @@
}
]
},
{
"path": "specifications/Paxos/VotingApalache.tla",
"communityDependencies": [],
"tlaLanguageVersion": 2,
"features": [],
"models": []
},
{
"path": "specifications/Paxos/Paxos.tla",
"communityDependencies": [],
Expand Down
6 changes: 5 additions & 1 deletion specifications/Paxos/README
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ MCPaxos
three specifications above. The Toolbox makes it unnecessary
for the user to write such specs, essentially producing them
itself from the models defined by the user.


VotingApalache
A version of the Voting specification that can be analyzed
the the Apalache model-checker. Also contains an inductive
invariant that Apalache can verify for small system sizes.

0 comments on commit 26a4582

Please sign in to comment.