-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTwoPhase.config.json
More file actions
37 lines (37 loc) · 1.13 KB
/
Copy pathTwoPhase.config.json
File metadata and controls
37 lines (37 loc) · 1.13 KB
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
37
{
"preds" : [
"tmState = \"init\"",
"[type |-> \"Prepared\", rm |-> rmi] \\in msgs",
"[type |-> \"Prepared\", rm |-> rmj] \\in msgs",
"tmPrepared = RM",
"rmState[rmi] = \"working\"",
"rmState[rmi] = \"working\"",
"rmState[rmj] = \"working\"",
"rmState[rmj] = \"working\"",
"[type |-> \"Commit\"] \\in msgs",
"[type |-> \"Abort\"] \\in msgs",
"rmState[rmi] = \"prepared\"",
"rmState[rmi] = \"aborted\"",
"rmState[rmi] = \"committed\"",
"rmState[rmj] = \"prepared\"",
"rmState[rmj] = \"aborted\"",
"rmState[rmj] = \"committed\"",
"tmPrepared = tmPrepared \\cup {rmi}"
],
"preds_alt" : [],
"safety" : "TCConsistent",
"constants" : [
"CONSTANTS",
"RM={rm1,rm2,rm3}",
"rm1 = rm1",
"rm2 = rm2",
"rm3 = rm3"
],
"constraint" : "",
"quant_inv" : "\\A rmi \\in RM : \\A rmj \\in RM : ",
"quant_inv_alt" : null,
"model_consts" : "CONSTANT rm1,rm2,rm3",
"symmetry" : true,
"typeok" : "TypeOK",
"simulate" : true
}