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
|
AutoReq.dfy(247,3): Error: possible violation of function precondition
AutoReq.dfy(239,12): Related location
Execution trace:
(0,0): anon0
(0,0): anon3_Else
AutoReq.dfy(13,3): Error: possible violation of function precondition
AutoReq.dfy(5,14): Related location
Execution trace:
(0,0): anon0
(0,0): anon3_Else
AutoReq.dfy(25,3): Error: possible violation of function precondition
AutoReq.dfy(5,14): Related location
Execution trace:
(0,0): anon0
(0,0): anon3_Else
AutoReq.dfy(38,12): Error: assertion violation
AutoReq.dfy(31,13): Related location
AutoReq.dfy(7,5): Related location
Execution trace:
(0,0): anon0
(0,0): anon9_Then
AutoReq.dfy(38,12): Error: possible violation of function precondition
AutoReq.dfy(5,14): Related location
Execution trace:
(0,0): anon0
(0,0): anon9_Then
AutoReq.dfy(40,12): Error: assertion violation
AutoReq.dfy(31,27): Related location
AutoReq.dfy(7,5): Related location
Execution trace:
(0,0): anon0
(0,0): anon10_Then
AutoReq.dfy(40,12): Error: possible violation of function precondition
AutoReq.dfy(5,14): Related location
Execution trace:
(0,0): anon0
(0,0): anon10_Then
AutoReq.dfy(45,12): Error: assertion violation
AutoReq.dfy(31,13): Related location
AutoReq.dfy(7,5): Related location
Execution trace:
(0,0): anon0
(0,0): anon11_Then
Dafny program verifier finished with 52 verified, 8 errors
|