Browse Source

Bug fix: time-bounded PTA properties (from Nico).

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@2253 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 15 years ago
parent
commit
fa8a5b7b06
  1. 2
      prism/src/pta/PTAModelChecker.java

2
prism/src/pta/PTAModelChecker.java

@ -269,8 +269,6 @@ public class PTAModelChecker
for (Edge e : trNew.getEdges()) {
if (targetLocs.get(e.getDestination())) {
e.setDestination(newTargetLoc);
toTarget = true;
break;
}
}
if (timeBoundStrict)

Loading…
Cancel
Save