summaryrefslogtreecommitdiff
path: root/Test/dafny0/RankNeg.dfy.expect
blob: 33cd4f1e66e19b186a8b2ae12dc6af8727cd6fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
RankNeg.dfy(10,25): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon7_Else
    (0,0): anon8_Then
RankNeg.dfy(15,27): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon7_Else
    (0,0): anon8_Then
RankNeg.dfy(22,30): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon7_Else
    (0,0): anon8_Then
RankNeg.dfy(32,24): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon7_Else
    (0,0): anon8_Then

Dafny program verifier finished with 1 verified, 4 errors