summaryrefslogtreecommitdiff
path: root/Test/test15/Answer
blob: 8452acb6cc25ad6d0b0d0bedb03d41976b44ea3e (plain)
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192

-------------------- NullInModel --------------------
Z3 error model: 
partitions:
*0 -> true
*1 -> false
*2 {@true} -> 3:int
*3 {@false} -> 4:int
*4 {intType} 
*5 {boolType} 
*6 {refType} 
*7 {s null} 
*8 -> 0:int
*9 -> 1:int
*10 -> 2:int
*11 
function interpretations:
$pow2 -> {
  *8 -> *9
  else -> #unspecified
}
tickleBool -> {
  *1 -> *0
  *0 -> *0
  else -> #unspecified
}
Ctor -> {
  *4 -> *8
  *5 -> *9
  *6 -> *10
  else -> #unspecified
}
type -> {
  *7 -> *6
  else -> #unspecified
}
END_OF_MODEL
.
identifierToPartition:
@true : *2
@false : *3
intType : *4
boolType : *5
refType : *6
s : *7
null : *7
valueToPartition:
True : *0
False : *1
3 : *2
4 : *3
0 : *8
1 : *9
2 : *10
End of model.
NullInModel.bpl(2,3): Error BP5001: This assertion might not hold.
Execution trace:
        NullInModel.bpl(2,3): anon0

Boogie program verifier finished with 0 verified, 1 error

-------------------- IntInModel --------------------
Z3 error model: 
partitions:
*0 -> true
*1 -> false
*2 {@true} -> 2:int
*3 {@false} -> 3:int
*4 {intType} 
*5 {boolType} 
*6 {i} -> 0:int
*7 -> 1:int
*8 
function interpretations:
$pow2 -> {
  *6 -> *7
  else -> #unspecified
}
tickleBool -> {
  *1 -> *0
  *0 -> *0
  else -> #unspecified
}
Ctor -> {
  *4 -> *6
  *5 -> *7
  else -> #unspecified
}
END_OF_MODEL
.
identifierToPartition:
@true : *2
@false : *3
intType : *4
boolType : *5
i : *6
valueToPartition:
True : *0
False : *1
2 : *2
3 : *3
0 : *6
1 : *7
End of model.
IntInModel.bpl(2,3): Error BP5001: This assertion might not hold.
Execution trace:
        IntInModel.bpl(2,3): anon0

Boogie program verifier finished with 0 verified, 1 error

-------------------- ModelTest --------------------
Z3 error model: 
partitions:
*0 -> true
*1 -> false
*2 {@true} -> 5:int
*3 {@false} -> 6:int
*4 {intType} 
*5 {boolType} 
*6 {refType} 
*7 {s} 
*8 {r} 
*9 {i@0} -> 1:int
*10 {j@0} -> 2:int
*11 {j@1} -> 3:int
*12 {j@2} -> 4:int
*13 -> 0:int
*14 
function interpretations:
$pow2 -> {
  *13 -> *9
  else -> #unspecified
}
tickleBool -> {
  *1 -> *0
  *0 -> *0
  else -> #unspecified
}
Ctor -> {
  *4 -> *13
  *5 -> *9
  *6 -> *10
  else -> #unspecified
}
type -> {
  *7 -> *6
  *8 -> *6
  else -> #unspecified
}
END_OF_MODEL
.
identifierToPartition:
@true : *2
@false : *3
intType : *4
boolType : *5
refType : *6
s : *7
r : *8
i@0 : *9
j@0 : *10
j@1 : *11
j@2 : *12
valueToPartition:
True : *0
False : *1
5 : *2
6 : *3
1 : *9
2 : *10
3 : *11
4 : *12
0 : *13
End of model.
ModelTest.bpl(7,3): Error BP5001: This assertion might not hold.
Execution trace:
        ModelTest.bpl(3,5): anon0

Boogie program verifier finished with 0 verified, 1 error

-------------------- InterpretedFunctionTests --------------------
InterpretedFunctionTests.bpl(4,3): Error BP5001: This assertion might not hold.
Execution trace:
        InterpretedFunctionTests.bpl(2,3): anon0
InterpretedFunctionTests.bpl(10,3): Error BP5001: This assertion might not hold.
Execution trace:
        InterpretedFunctionTests.bpl(8,3): anon0
InterpretedFunctionTests.bpl(16,3): Error BP5001: This assertion might not hold.
Execution trace:
        InterpretedFunctionTests.bpl(14,3): anon0

Boogie program verifier finished with 0 verified, 3 errors