Browse Source

Merge branch 'master' into deterministicScheds

tempestpy_adaptions
TimQu 7 years ago
parent
commit
1c0eef96df
  1. 1
      src/storm/models/sparse/MarkovAutomaton.cpp

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

@ -206,6 +206,7 @@ namespace storm {
if (isClosed() && markovianStates.full()) {
storm::storage::sparse::ModelComponents<ValueType, RewardModelType> components(this->getTransitionMatrix(), this->getStateLabeling(), this->getRewardModels(), false);
components.transitionMatrix.makeRowGroupingTrivial();
components.exitRates = this->getExitRates();
if (this->hasChoiceLabeling()) {
components.choiceLabeling = this->getChoiceLabeling();
}

Loading…
Cancel
Save