X-Git-Url: http://plrg.eecs.uci.edu/git/?p=jpf-core.git;a=blobdiff_plain;f=src%2Fmain%2Fgov%2Fnasa%2Fjpf%2Flistener%2FDPORStateReducer.java;h=743d7bedd2536aac19bcf5f7256063276770fa7a;hp=13061d8aa03d5559ba740e64bd8fb5079c561d21;hb=7c97a7b30262cabaa42c67e060e63e624f86a631;hpb=6c9a974109810a89b28711f0fa8b188a252c90a8 diff --git a/src/main/gov/nasa/jpf/listener/DPORStateReducer.java b/src/main/gov/nasa/jpf/listener/DPORStateReducer.java index 13061d8..743d7be 100644 --- a/src/main/gov/nasa/jpf/listener/DPORStateReducer.java +++ b/src/main/gov/nasa/jpf/listener/DPORStateReducer.java @@ -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