-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathann_core_assertions_assertions.html
83 lines (82 loc) · 1.89 KB
/
ann_core_assertions_assertions.html
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
<html>
<head>
<title>Results of analysis of assertions in ann_core_assertions.assertions using FDR</title>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
padding: 15px;
}
th {
text-align: left;
}
</style>
</head>
<body>
<h2>Results of untimed analysis of assertions in ann_core_assertions.assertions using FDR</h2>
<i>There are no untimed assertions.</i>
<h2>Results of timed analysis of assertions in ann_core_assertions.assertions using FDR</h2>
<table>
<tr>
<th>Assertion</th>
<th>States</th>
<th>Transitions</th>
<th>Result</th>
</tr>
<tr>
<td>timed SegwayANN is deadlock free (M1) [failures divergences model]</td>
<td>644</td>
<td>1995</td>
<td>true</td>
</tr>
<tr>
<td>timed SegwayANN is divergence free (M2) [failures divergences model]</td>
<td>644</td>
<td>1995</td>
<td>true</td>
</tr>
<tr>
<td>timed SegwayANN is divergence free (M3) [failures divergences model]</td>
<td>644</td>
<td>1995</td>
<td>true</td>
</tr>
<tr>
<td>timed SegwayANN::SegwayController is deadlock free (C1) [failures divergences model]</td>
<td>332</td>
<td>889</td>
<td>true</td>
</tr>
<tr>
<td>timed SegwayANN::SegwayController is divergence free (C2) [failures divergences model]</td>
<td>332</td>
<td>889</td>
<td>true</td>
</tr>
<tr>
<td>timed SegwayANN::SegwayController is divergence free (C3) [failures divergences model]</td>
<td>332</td>
<td>889</td>
<td>true</td>
</tr>
<tr>
<td>timed SegwayANN::AnglePIDANN is deadlock free (A1) [failures divergences model]</td>
<td>6</td>
<td>53</td>
<td>true</td>
</tr>
<tr>
<td>timed SegwayANN::AnglePIDANN is divergence free (A2) [failures divergences model]</td>
<td>6</td>
<td>53</td>
<td>true</td>
</tr>
<tr>
<td>timed SegwayANN::AnglePIDANN is deterministic (A3) [failures divergences model]</td>
<td>6</td>
<td>53</td>
<td>true</td>
</tr>
</table>
</body>
</html>