File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments