diff --git a/prism/src/explicit/DTMCModelChecker.java b/prism/src/explicit/DTMCModelChecker.java index dd27bd72..d2c144b9 100644 --- a/prism/src/explicit/DTMCModelChecker.java +++ b/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 pair = mcLtl.constructProductMC(dra, (DTMC) model, labelBS); modelProduct = pair.first;