-
Notifications
You must be signed in to change notification settings - Fork 201
/
ACP_NB_TLC.cfg
36 lines (28 loc) · 1.01 KB
/
ACP_NB_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
\* TLC configuration file for ACP_NB
\* Safety has been checked for 3 participants (without symmetries)
\* and 4 participants (with symmetries)
\* Liveness has 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 }
waiting = waiting
notsent = notsent
undecided = undecided
commit = commit
abort = abort
yes = yes
no = no
SPECIFICATION
SpecNB
PROPERTIES
AC1 AC2 AC3_1 AC4_alt \* safety
AC3_2 AC5 \* liveness
\* DecisionReachedNoFault \* invalid, to check that TLC does its job
\* AbortImpliesNoVote \* invalid, to check that TLC does its job
\* StrongerAC3_1 \* invalid, to check that TLC does its job
\* AllCommit \* invalid, to check that TLC does its job
\* AllAbort \* invalid, to check that TLC does its job
CHECK_DEADLOCK FALSE