blob: 48fc618fd46e404f3b1031f9237e76028c212008 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
ComputationsLoop2.dfy(6,2): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
(0,0): anon0
(0,0): anon4_Else
ComputationsLoop2.dfy(11,2): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
(0,0): anon0
(0,0): anon4_Else
ComputationsLoop2.dfy(16,25): Error: assertion violation
Execution trace:
(0,0): anon0
Dafny program verifier finished with 1 verified, 3 errors
|