-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathmanifest.json
More file actions
53 lines (53 loc) · 1.45 KB
/
manifest.json
File metadata and controls
53 lines (53 loc) · 1.45 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
{
"sources": [
"https://groups.google.com/g/tlaplus/c/5Xd8kv288jE/m/IrliJIatBwAJ"
],
"authors": [
"Andrew Helwer"
],
"tags": [],
"modules": [
{
"path": "specifications/MultiCarElevator/Elevator.tla",
"features": [],
"models": [
{
"path": "specifications/MultiCarElevator/ElevatorLivenessLarge.cfg",
"runtime": "00:11:00",
"mode": "exhaustive search",
"result": "success"
},
{
"path": "specifications/MultiCarElevator/ElevatorLivenessMedium.cfg",
"runtime": "00:00:10",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 4122,
"totalStates": 14296,
"stateDepth": 36
},
{
"path": "specifications/MultiCarElevator/ElevatorSafetyLarge.cfg",
"runtime": "00:10:00",
"mode": "exhaustive search",
"result": "success"
},
{
"path": "specifications/MultiCarElevator/ElevatorSafetyMedium.cfg",
"runtime": "00:03:00",
"mode": "exhaustive search",
"result": "success"
},
{
"path": "specifications/MultiCarElevator/ElevatorSafetySmall.cfg",
"runtime": "00:00:15",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 4122,
"totalStates": 14296,
"stateDepth": 37
}
]
}
]
}