summaryrefslogtreecommitdiff
path: root/Test/dafny0/Termination.dfy.expect
blob: 98aa0cd8fe6681f5dafcd2e1d8edebe31eba2117 (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
Termination.dfy[TerminationRefinement1](441,6): Error: failure to decrease termination measure
Execution trace:
    (0,0): anon0
Termination.dfy(361,47): Error: failure to decrease termination measure
Execution trace:
    (0,0): anon0
    (0,0): anon7_Else
    (0,0): anon8_Then
    (0,0): anon9_Else
Termination.dfy(108,3): Error: cannot prove termination; try supplying a decreases clause for the loop
Execution trace:
    (0,0): anon0
    Termination.dfy(108,3): anon6_LoopHead
    (0,0): anon6_LoopBody
    Termination.dfy(108,3): anon7_Else
    Termination.dfy(108,3): anon8_Else
Termination.dfy(116,3): Error: cannot prove termination; try supplying a decreases clause for the loop
Execution trace:
    (0,0): anon0
    Termination.dfy(116,3): anon8_LoopHead
    (0,0): anon8_LoopBody
    Termination.dfy(116,3): anon9_Else
    (0,0): anon10_Then
    (0,0): anon5
    Termination.dfy(116,3): anon11_Else
Termination.dfy(125,3): Error: decreases expression might not decrease
Execution trace:
    (0,0): anon0
    Termination.dfy(125,3): anon8_LoopHead
    (0,0): anon8_LoopBody
    Termination.dfy(125,3): anon9_Else
    (0,0): anon10_Then
    (0,0): anon5
    Termination.dfy(125,3): anon11_Else
Termination.dfy(126,17): Error: decreases expression must be bounded below by 0 at end of loop iteration
Execution trace:
    (0,0): anon0
    Termination.dfy(125,3): anon8_LoopHead
    (0,0): anon8_LoopBody
    Termination.dfy(125,3): anon9_Else
    (0,0): anon10_Then
    (0,0): anon5
    Termination.dfy(125,3): anon11_Else
Termination.dfy(255,35): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon6_Else
    (0,0): anon7_Else
    (0,0): anon8_Then
Termination.dfy(296,3): Error: decreases expression might not decrease
Execution trace:
    Termination.dfy(296,3): anon9_LoopHead
    (0,0): anon9_LoopBody
    Termination.dfy(296,3): anon10_Else
    Termination.dfy(296,3): anon11_Else
    (0,0): anon12_Else

Dafny program verifier finished with 62 verified, 8 errors