-
Notifications
You must be signed in to change notification settings - Fork 201
/
Copy pathACP_SB_TLC.cfg
37 lines (28 loc) · 1.02 KB
/
ACP_SB_TLC.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
36
\* TLC configuration file for ACP_SB
\* Safety has been checked for 4 participants (without symmetries)
\* and 6 participants (with symmetries)
\* Liveness has been checked for 4 participants
\* Intermediate properties have been checked for 3 participants
\* Incorrect safety and liveness properties are both detected
\* (with meaningful counterexamples) with 2 participants
\*SYMMETRY
\* Perms
CONSTANTS
participants = { p0, p1, p2 }
waiting = waiting
notsent = notsent
undecided = undecided
commit = commit
abort = abort
yes = yes
no = no
SPECIFICATION
Spec
PROPERTIES
\* AC1 AC2 AC3_1 AC4_alt \* safety
\* AC3_2 \* liveness
\* FaultyStable VoteStable StrongerAC2 StrongerAC3_1 NoRecovery \* intermediate properties
\* DecisionReachedNoFault \* invalid, to check that TLC does its job
\* AbortImpliesNoVote \* invalid, to check that TLC does its job
\* AC5 \* invalid, to check that TLC does its job
CHECK_DEADLOCK FALSE