Commenting out a line that causes a lot of loops; let the exclusion trace continue...
authorrtrimana <rtrimana@uci.edu>
Mon, 22 Jun 2020 02:53:09 +0000 (19:53 -0700)
committerrtrimana <rtrimana@uci.edu>
Mon, 22 Jun 2020 02:53:09 +0000 (19:53 -0700)
src/main/gov/nasa/jpf/listener/DPORStateReducer.java

index 13061d8aa03d5559ba740e64bd8fb5079c561d21..743d7bedd2536aac19bcf5f7256063276770fa7a 100644 (file)
@@ -1165,7 +1165,8 @@ public class DPORStateReducer extends ListenerAdapter {
               pushedExecution, pushedChoice, currRWSet, visited);
     }
     // Remove the transition after being explored
-    visited.remove(confTrans);
+    // TODO: Seems to cause a lot of loops---commented out for now
+    //visited.remove(confTrans);
   }
 
   // --- Functions related to the reachability analysis when there is a state match