forked from tcwangshiqi-columbia/ReluVal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproperties
169 lines (123 loc) · 3.79 KB
/
properties
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
/*
------------------------------------------------------------------
** Top contributors:
** Shiqi Wang and Suman Jana
** This file is part of the ReluVal project.
** Copyright (c) 2018-2019 by the authors listed in the file LICENSE
** and their institutional affiliations.
** All rights reserved.
-----------------------------------------------------------------
*/
Original 10 properties in Reluplex
1:
upper = {60760,3.141592,3.141592,1200,60};
lower = {55947.691,-3.141592,-3.141592,1145,0};
model: all
desired output: COC is at most 1500 before normalization
2:
upper = {60760,3.141592,3.141592, 1200, 60};
lower = {55947.691,-3.141592,-3.141592,1145,0};
model: all
desired output: COC is not the maximal
3:
upper = {1800,0.06,3.141592,1200,1200};
lower = {1500,-0.06,3.10,980,960};
model: all except 1_7, 1_8, 1_9
desired output: COC is not the minimal
4:
upper = {1800,0.06,0,1200,800};
lower = {1500,-0.06,0,1000,700};
model: all except 1_7, 1_8, 1_9
desired output: COC is not the minimal
5:
upper = {400,0.4,-3.1415926+0.005,400,400};
lower = {250,0.2,-3.1415926,100,0};
model: 1_1
desired output: strong right is always the minimal
16(first part of property 6):
upper = {62000,-0.7,-3.141592+0.005,200,1200};
lower = {12000,-3.141592,-3.141592,100,0};
model: 1_1
desired output: COC is the minimal
26(second part of property 6):
upper = {62000,3.141592,-3.141592+0.005,200,1200};
lower = {12000,0.7,-3.141592,100,0};
model: 1_1
desired output: COC is the minimal
7:
upper = {60760,3.141592,3.141592,1200,1200};
lower = {0,-3.141592,-3.141592,100,0};
model: 1_9
desired output: strong left and strong right are not the minimal
8:
upper = {60760,-3.141592*0.75,0.1,1200,1200};
lower = {0,-3.141592,-0.1,600,600};
model: 2_9
desired output: weak left or COC is the minimal
9:
upper = {7000,-0.14,-3.141592+0.01,150,150};
lower = {2000,-0.4,-3.141592,100,0};
model: 3_3
desired output: strong left is the minimal
10:
upper = {60760,3.141592,-3.141592+0.01,1200,1200};
lower = {36000,0.7,-3.141592,900,600};
model: 4_5
desired output: COC is the minimal
5 additional properties reported in paper:
11:
upper = {400,0.4,-3.1415926+0.005,400,400};
lower = {250,0.2,-3.1415926,100,0};
model:1_5
desired output: COC is always smaller than strong right
12:
upper = {60760,3.141592,3.141592, 1200, 60};
lower = {55947.691,-3.141592,-3.141592,1145,0};
model:3_3
desired output: COC is the minimal
13:
upper = {60760,3.141592,3.141592, 360, 360};
lower = {60000,-3.141592,-3.141592,0,0};
model:1_1
desired output: COC is the minimal
14:
upper = {400,0.4,-3.1415926+0.005,400,400};
lower = {250,0.2,-3.1415926,100,0};
model:4_1, 5_1
desired output: strong right is the minimal
15:
upper = {400,-0.2,-3.1415926+0.005,400,400};
lower = {250,-0.4,-3.1415926,100,0};
model:4_1, 5_1
desired output: strong right is the minimal
Additional 6 properties for tests
100:
upper = {400,0,-3.1415926+0.025,250,200};
lower = {250,0,-3.1415926+0.025,250,200};
model:2_1-2_9, 3_1-3_9, 4_1-4_9
desired output: strong right is the minimal
101:
upper = {400,0.4,-3.1415926+0.025,250,200};
lower = {250,0.2,-3.1415926+0.025,250,200};
model:2_1-2_9, 3_1-3_9, 4_1-4_9
desired output: strong right is the minimal
102:
upper = {400,0.4,-3.1415926+0.005,400,400};
lower = {250,0.2,-3.1415926,100,0};
model:2_1-2_9, 3_1-3_9, 4_1-4_9
desired output: strong right is the minimal
110:
upper = {10000,3.141592,-3.141592+0.01,1200,1200};
lower = {1000,3.141592,-3.141592+0.01,1200,1200};
model:all
desired output: strong right is the minimal
111:
upper = {1000,3.141592,-3.141592+0.01,1200,1200};
lower = {1000,3.141592,-3.141592+0.01,0,1200};
model:all
desired output: strong right is the minimal
112:
upper = {1000,3.141592,-3.141592+0.01,1200,1200};
lower = {1000,3.141592,-3.141592+0.01,1200,0};
model:all
desired output: strong right is the minimal