Skip to content
Snippets Groups Projects

Stable verification traces

Merged Alessandro Tempia Calvino requested to merge alessandro_branch into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -89,7 +89,7 @@ public class CounterexampleTrace {
CounterexampleTraceState cs = counterexampleState;
CounterexampleTraceState loopPoint = counterstates.get(counterexampleState.hash);
if (loopPoint != null) {
if (loopPoint != null && loopPoint != counterexampleState) {
//search for a loop
boolean loop = false;
while (cs.father != null) {
Loading