-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAllocator.config.json
56 lines (56 loc) · 1.74 KB
/
Allocator.config.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"preds" : [
"unsat[VARCI] = {}",
"unsat[VARCJ] = {}",
"unsat[VARCI] # {}",
"VARRI \\in unsat[VARCI]",
"VARRI \\in unsat[VARCJ]",
"sched = <<>>",
"requests[VARCI] = {}",
"holding[VARCI] = {}",
"holding[VARCJ] = {}",
"VARRQM.type = \"request\" => VARRQM.clt = VARCI",
"VARRQM.type = \"request\" => VARRQM.clt = VARCJ",
"VARALLOCM.clt = VARCI",
"VARALLOCM.clt = VARCJ",
"VARRI \\in VARALLOCM.rsrc",
"VARALLOCM.rsrc \\subseteq holding[VARCI]",
"VARALLOCM.rsrc \\subseteq holding[VARCJ]",
"VARALLOCM.type = \"allocate\" /\\ holding = [holding EXCEPT ![VARALLOCM.clt] = @ \\cup VARALLOCM.rsrc]"
],
"preds_alt" : [],
"safety" : "H_ResourceMutex",
"constants" : {
"Clients": ["{c1,c2,c3}"],
"Resources": ["{r1,r2}"],
"c1" : "c1",
"c2" : "c2",
"c3" : "c3",
"r1" : "r1",
"r2" : "r2"
},
"actions": [
],
"simulation_inv_check": false,
"simulation_inv_check_num_states": 3000000,
"simulation_inv_check_depth": 60,
"constraint" : "",
"quant_inv" : "\\A VARCI \\in Clients : \\A VARCJ \\in Clients : \\A VARRI \\in Resources : \\A VARRQM \\in requestMsgs : \\A VARALLOCM \\in allocMsgs : ",
"quant_inv_alt" : null,
"quant_vars": ["VARCI"],
"model_consts" : "CONSTANT c1,c2,c3,r1,r2",
"symmetry" : false,
"typeok" : "TypeOKRandom",
"tlc_specific_spec": false,
"try_final_minimize": false,
"simulate" : true,
"tlaps_proof_config": {
"assumes": [
],
"lemma_def_expands": {
"Safety": ["H_MutualExclusion"]
},
"action_def_expands":{
}
}
}