Browse Source

accumulation: print dotfile for DFA product

accumulation
Sascha Wunderlich 9 years ago
committed by Sascha Wunderlich
parent
commit
9e8a43f670
  1. 1
      prism/src/explicit/AccumulationProductRegular.java

1
prism/src/explicit/AccumulationProductRegular.java

@ -230,6 +230,7 @@ public class AccumulationProductRegular<M extends Model> extends AccumulationPro
if(mc.getSettings().getBoolean(PrismSettings.ACC_GENERATE_DOTS)) {
nfa.exportToDotFile("DEBUG-automaton-nfa.dot");
automaton.exportToDotFile("DEBUG-automaton-dfa.dot");
}
if (!automaton.isAcyclic()) {

Loading…
Cancel
Save