Skip to content

Commit 35a250f

Browse files
committed
update README and add VotingApalache to manifest.json
1 parent 528db1d commit 35a250f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

manifest.json

+7
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,13 @@
12621262
}
12631263
]
12641264
},
1265+
{
1266+
"path": "specifications/Paxos/VotingApalache.tla",
1267+
"communityDependencies": [],
1268+
"tlaLanguageVersion": 2,
1269+
"features": [],
1270+
"models": []
1271+
},
12651272
{
12661273
"path": "specifications/Paxos/Paxos.tla",
12671274
"communityDependencies": [],

specifications/Paxos/README

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ MCPaxos
2929
three specifications above. The Toolbox makes it unnecessary
3030
for the user to write such specs, essentially producing them
3131
itself from the models defined by the user.
32-
32+
33+
VotingApalache
34+
A version of the Voting specification that can be analyzed
35+
the the Apalache model-checker. Also contains an inductive
36+
invariant that Apalache can verify for small system sizes.

0 commit comments

Comments
 (0)