-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathmanifest.json
More file actions
49 lines (49 loc) · 1.2 KB
/
manifest.json
File metadata and controls
49 lines (49 loc) · 1.2 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
{
"sources": [
"https://github.com/10227694/SDP_Verification"
],
"authors": [
"Luming Dong",
"Zhi Niu"
],
"tags": [],
"modules": [
{
"path": "specifications/SDP_Verification/SDP_Attack_New_Solution_Spec/MC.tla",
"features": [],
"models": [
{
"path": "specifications/SDP_Verification/SDP_Attack_New_Solution_Spec/MC.cfg",
"runtime": "00:00:01",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 2881,
"totalStates": 6826,
"stateDepth": 21
}
]
},
{
"path": "specifications/SDP_Verification/SDP_Attack_New_Solution_Spec/SPA_Attack_New.tla",
"features": [],
"models": []
},
{
"path": "specifications/SDP_Verification/SDP_Attack_Spec/MC.tla",
"features": [],
"models": [
{
"path": "specifications/SDP_Verification/SDP_Attack_Spec/MC.cfg",
"runtime": "00:00:05",
"mode": "exhaustive search",
"result": "safety failure"
}
]
},
{
"path": "specifications/SDP_Verification/SDP_Attack_Spec/SPA_Attack.tla",
"features": [],
"models": []
}
]
}