-
Notifications
You must be signed in to change notification settings - Fork 1
/
SpireLive.cfg
35 lines (26 loc) · 961 Bytes
/
SpireLive.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
SPECIFICATION
FairSpec
CONSTANTS
None = "none"
Rounds <- FiniteRounds
Values = {x, y}
MaxRound = 3
(*****************************************************************************)
(* Varying combinations of consenters and quorums. Uncomment to size the *)
(* model accordingly. *)
(*****************************************************************************)
\* Consenters = {a, b, c, d, e}
\* Quorums = {{a, b, c}, {a, b, d}, {a, b, e}, {a, c, d}, {a, c, e}, {a, d, e}, {b, c, d}, {b, c, e}, {b, d, e}, {c, d, e}}
\* Consenters = {a, b, c, d}
\* Quorums = {{a, b, c}, {a, b, d}, {a, c, d}, {b, c, d}}
Consenters = {a, b, c}
Quorums = {{a, b}, {b, c}, {a, c}}
\* Consenters = {a, b}
\* Quorums = {{a, b}}
\* Consenters = {a}
\* Quorums = {{a}}
INVARIANTS
TypeOK
Consistency
PROPERTIES
TemporalProperties