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
|
-------------------- BQueue.bpl --------------------
Boogie program verifier finished with 8 verified, 0 errors
-------------------- Queue.dfy --------------------
Dafny program verifier finished with 22 verified, 0 errors
-------------------- PriorityQueue.dfy --------------------
Dafny program verifier finished with 24 verified, 0 errors
-------------------- ExtensibleArray.dfy --------------------
Dafny program verifier finished with 11 verified, 0 errors
-------------------- BinaryTree.dfy --------------------
Dafny program verifier finished with 24 verified, 0 errors
-------------------- UnboundedStack.dfy --------------------
Dafny program verifier finished with 12 verified, 0 errors
-------------------- SeparationLogicList.dfy --------------------
Dafny program verifier finished with 16 verified, 0 errors
-------------------- ListCopy.dfy --------------------
Dafny program verifier finished with 4 verified, 0 errors
-------------------- ListReverse.dfy --------------------
Dafny program verifier finished with 2 verified, 0 errors
-------------------- ListContents.dfy --------------------
Dafny program verifier finished with 9 verified, 0 errors
-------------------- MatrixFun.dfy --------------------
Dafny program verifier finished with 8 verified, 0 errors
-------------------- pow2.dfy --------------------
Dafny program verifier finished with 8 verified, 0 errors
-------------------- SchorrWaite.dfy --------------------
Dafny program verifier finished with 10 verified, 0 errors
-------------------- Cubes.dfy --------------------
Dafny program verifier finished with 2 verified, 0 errors
-------------------- SumOfCubes.dfy --------------------
Dafny program verifier finished with 17 verified, 0 errors
-------------------- FindZero.dfy --------------------
Dafny program verifier finished with 8 verified, 0 errors
-------------------- TerminationDemos.dfy --------------------
Dafny program verifier finished with 14 verified, 0 errors
-------------------- Substitution.dfy --------------------
Dafny program verifier finished with 12 verified, 0 errors
-------------------- TreeDatatype.dfy --------------------
Dafny program verifier finished with 10 verified, 0 errors
-------------------- KatzManna.dfy --------------------
Dafny program verifier finished with 6 verified, 0 errors
-------------------- Induction.dfy --------------------
Dafny program verifier finished with 33 verified, 0 errors
-------------------- Rippling.dfy --------------------
Dafny program verifier finished with 141 verified, 0 errors
-------------------- MoreInduction.dfy --------------------
MoreInduction.dfy(75,1): Error BP5003: A postcondition might not hold on this return path.
MoreInduction.dfy(74,11): Related location: This is the postcondition that might not hold.
Execution trace:
(0,0): anon0
MoreInduction.dfy(80,1): Error BP5003: A postcondition might not hold on this return path.
MoreInduction.dfy(79,21): Related location: This is the postcondition that might not hold.
Execution trace:
(0,0): anon0
MoreInduction.dfy(85,1): Error BP5003: A postcondition might not hold on this return path.
MoreInduction.dfy(84,11): Related location: This is the postcondition that might not hold.
Execution trace:
(0,0): anon0
MoreInduction.dfy(90,1): Error BP5003: A postcondition might not hold on this return path.
MoreInduction.dfy(89,22): Related location: This is the postcondition that might not hold.
Execution trace:
(0,0): anon0
Dafny program verifier finished with 15 verified, 4 errors
-------------------- Celebrity.dfy --------------------
Dafny program verifier finished with 10 verified, 0 errors
-------------------- UltraFilter.dfy --------------------
Dafny program verifier finished with 19 verified, 0 errors
|