Browse Source

fixes issue #11 raised by Joachim Klein

tempestpy_adaptions
dehnert 7 years ago
parent
commit
beb80cc5af
  1. 1
      src/storm/modelchecker/CheckTask.h

1
src/storm/modelchecker/CheckTask.h

@ -52,6 +52,7 @@ namespace storm {
template<typename NewFormulaType>
CheckTask<NewFormulaType, ValueType> substituteFormula(NewFormulaType const& newFormula) const {
CheckTask<NewFormulaType, ValueType> result(newFormula, this->optimizationDirection, this->rewardModel, this->onlyInitialStatesRelevant, this->bound, this->qualitative, this->produceSchedulers, this->hint);
result.updateOperatorInformation();
return result;
}
Loading…
Cancel
Save