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