Browse Source

Code comments

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@7098 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 13 years ago
parent
commit
54da61cc0d
  1. 1
      prism/src/explicit/DTMCModelChecker.java

1
prism/src/explicit/DTMCModelChecker.java

@ -242,7 +242,6 @@ public class DTMCModelChecker extends ProbModelChecker
mainLog.println("\nTime for Rabin translation: " + time / 1000.0 + " seconds.");
// Build product of Markov chain and automaton
// (note: might be a CTMC - StochModelChecker extends this class)
mainLog.println("\nConstructing MC-DRA product...");
Pair<Model, int[]> pair = mcLtl.constructProductMC(dra, (DTMC) model, labelBS);
modelProduct = pair.first;

Loading…
Cancel
Save