Skip to content

Commit 825a88d

Browse files
author
davidcok
committed
Tweaks to examples
1 parent b7e8134 commit 825a88d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tutorial/T_show2a.out1

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
T_show2a.java:3: verify: Label A has value false
2+
//@ ensures (\lbl A \result >= a) & (\lbl B \result >= b) & (\lbl C \result >= c) & (\lbl D \result >= d);
3+
^
4+
T_show2a.java:3: verify: Label B has value true
5+
//@ ensures (\lbl A \result >= a) & (\lbl B \result >= b) & (\lbl C \result >= c) & (\lbl D \result >= d);
6+
^
7+
T_show2a.java:3: verify: Label C has value false
8+
//@ ensures (\lbl A \result >= a) & (\lbl B \result >= b) & (\lbl C \result >= c) & (\lbl D \result >= d);
9+
^
10+
T_show2a.java:3: verify: Label D has value false
11+
//@ ensures (\lbl A \result >= a) & (\lbl B \result >= b) & (\lbl C \result >= c) & (\lbl D \result >= d);
12+
^
13+
T_show2a.java:10: verify: The prover cannot establish an assertion (Postcondition: T_show2a.java:3:) in method max
14+
return maxSoFar;
15+
^
16+
T_show2a.java:3: verify: Associated declaration: T_show2a.java:10:
17+
//@ ensures (\lbl A \result >= a) & (\lbl B \result >= b) & (\lbl C \result >= c) & (\lbl D \result >= d);
18+
^
19+
6 verification failures

0 commit comments

Comments
 (0)