forked from tlaplus/Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
56 lines (56 loc) · 1.32 KB
/
manifest.json
File metadata and controls
56 lines (56 loc) · 1.32 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
{
"sources": [],
"authors": [
"Leslie Lamport"
],
"tags": [
"ewd"
],
"modules": [
{
"path": "specifications/dijkstra-mutex/DijkstraMutex.tla",
"features": [
"pluscal"
],
"models": []
},
{
"path": "specifications/dijkstra-mutex/DijkstraMutex.toolbox/LSpec-model/DijkstraMutex.tla",
"features": [
"pluscal"
],
"models": []
},
{
"path": "specifications/dijkstra-mutex/DijkstraMutex.toolbox/LSpec-model/MC.tla",
"features": [],
"models": [
{
"path": "specifications/dijkstra-mutex/DijkstraMutex.toolbox/LSpec-model/MC.cfg",
"runtime": "00:00:50",
"mode": "exhaustive search",
"result": "success"
}
]
},
{
"path": "specifications/dijkstra-mutex/DijkstraMutex.toolbox/Safety-4-processors/DijkstraMutex.tla",
"features": [
"pluscal"
],
"models": []
},
{
"path": "specifications/dijkstra-mutex/DijkstraMutex.toolbox/Safety-4-processors/MC.tla",
"features": [],
"models": [
{
"path": "specifications/dijkstra-mutex/DijkstraMutex.toolbox/Safety-4-processors/MC.cfg",
"runtime": "00:02:00",
"mode": "exhaustive search",
"result": "success"
}
]
}
]
}