diff --git a/src/generator/JaniNextStateGenerator.cpp b/src/generator/JaniNextStateGenerator.cpp index b2c786b77..80473c2f9 100644 --- a/src/generator/JaniNextStateGenerator.cpp +++ b/src/generator/JaniNextStateGenerator.cpp @@ -486,6 +486,8 @@ namespace storm { currentTargetStates = newTargetStates; newTargetStates = new boost::container::flat_map(); } + + ++locationVariableIt; } // At this point, we applied all commands of the current command combination and newTargetStates @@ -541,7 +543,6 @@ namespace storm { // Iterate over all automata. uint64_t automatonIndex = 0; for (auto const& automaton : model.getAutomata()) { - // If the automaton has no edge labeled with the given action, we can skip it. if (!automaton.hasEdgeLabeledWithActionIndex(actionIndex)) { continue;