|
|
@ -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; |
|
|
|
} |
|
|
|
|