-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathmanifest.json
More file actions
46 lines (46 loc) · 897 Bytes
/
manifest.json
File metadata and controls
46 lines (46 loc) · 897 Bytes
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
{
"sources": [],
"authors": [
"Andrew Helwer"
],
"tags": [
"beginner"
],
"modules": [
{
"path": "specifications/LearnProofs/AddTwo.tla",
"features": [
"pluscal"
],
"models": [],
"proof": {
"runtime": "00:00:01"
}
},
{
"path": "specifications/LearnProofs/FindHighest.tla",
"features": [
"pluscal"
],
"models": [],
"proof": {
"runtime": "00:00:10"
}
},
{
"path": "specifications/LearnProofs/MCFindHighest.tla",
"features": [],
"models": [
{
"path": "specifications/LearnProofs/MCFindHighest.cfg",
"runtime": "00:00:01",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 742,
"totalStates": 1523,
"stateDepth": 5
}
]
}
]
}