-
Notifications
You must be signed in to change notification settings - Fork 218
Expand file tree
/
Copy pathmanifest.json
More file actions
58 lines (58 loc) · 1.25 KB
/
manifest.json
File metadata and controls
58 lines (58 loc) · 1.25 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"sources": [
"http://hdl.handle.net/2268.2/23374"
],
"authors": [
"Jarod Differdange"
],
"tags": [],
"modules": [
{
"path": "specifications/barriers/APBarrier.tla",
"features": [],
"models": [
{
"path": "specifications/barriers/APBarrier.cfg",
"runtime": "00:00:01",
"mode": "symbolic",
"result": "success"
}
]
},
{
"path": "specifications/barriers/Barrier.tla",
"features": [],
"models": [
{
"path": "specifications/barriers/Barrier.cfg",
"runtime": "00:00:01",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 64,
"totalStates": 194,
"stateDepth": 7
}
]
},
{
"path": "specifications/barriers/Barriers.tla",
"features": [
"pluscal"
],
"models": [
{
"path": "specifications/barriers/Barriers.cfg",
"runtime": "00:00:05",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 29279,
"totalStates": 104515,
"stateDepth": 93
}
],
"proof": {
"runtime": "00:02:00"
}
}
]
}