-
Notifications
You must be signed in to change notification settings - Fork 0
/
uvc.assertions
90 lines (76 loc) · 2.88 KB
/
uvc.assertions
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
import uvc_config::*
prob property P_deadlock_freedom:
not Exists [Finally deadlock]
with constant C1
prob property P_dangerous_C20_badOds_delibret:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_badOds_delibret
prob property P_dangerous_C20_badOds_not_aware:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_badOds_not_aware
prob property P_dangerous_C20_badOds_less_aware:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_badOds_less_aware
prob property P_dangerous_C20_badOds_aware:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_badOds_aware
prob property P_dangerous_C20_goodOds_delibrate:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_goodOds_delibrate
prob property P_dangerous_C20_goodOds_not_aware:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_goodOds_not_aware
prob property P_dangerous_C20_goodOds_lessAware:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_goodOds_lessAware
prob property P_dangerous_C20_goodOds_Aware:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_goodOds_Aware
prob property P_dangerous_C20_noOds_delibrate:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_noOds_delibrate
prob property P_dangerous_C20_noOds_not_aware:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_noOds_not_aware
prob property P_dangerous_C20_noOds_less_aware:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_noOds_less_aware
prob property P_dangerous_C20_noOds_aware:
Prob=? of [Finally modUVC::rpUVC::shuman==SHuman::inRed /\
modUVC::rpUVC::srobot==SRobot::transitionRow /\
modUVC::ctrlUVC::stm_ref3::ticks==t
]
with constants C20_noOds_aware