Browse Source

Re-enable MDPSparse in the explicit engine by default.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@3137 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 15 years ago
parent
commit
007786e74e
  1. 3
      prism/src/explicit/ConstructModel.java

3
prism/src/explicit/ConstructModel.java

@ -105,9 +105,6 @@ public class ConstructModel
long timer, timerProgress;
boolean fixdl = false;
// For now, don't use sparse (so can use actions) (TODO: fix)
buildSparse = false;
// Don't support multiple initial states
if (modulesFile.getInitialStates() != null) {
throw new PrismException("Cannot do explicit-state reachability if there are multiple initial states");

Loading…
Cancel
Save