Browse Source

fixed preserving the choice labeling when an ma is closed

tempestpy_adaptions
TimQu 8 years ago
parent
commit
cd5ee63cce
  1. 2
      src/storm/models/sparse/MarkovAutomaton.cpp

2
src/storm/models/sparse/MarkovAutomaton.cpp

@ -147,7 +147,7 @@ namespace storm {
}
}
if(this->hasChoiceLabeling()) {
this->getChoiceLabeling().getSubLabeling(keptChoices);
this->getOptionalChoiceLabeling() = this->getChoiceLabeling().getSubLabeling(keptChoices);
}
// Mark the automaton as closed.

Loading…
Cancel
Save