|
|
@ -193,6 +193,11 @@ namespace storm { |
|
|
|
return !this->rewardModels.empty(); |
|
|
|
} |
|
|
|
|
|
|
|
template<storm::dd::DdType Type, typename ValueType> |
|
|
|
std::unordered_map<std::string, typename Model<Type, ValueType>::RewardModelType> const& Model<Type, ValueType>::getRewardModels() const { |
|
|
|
return this->rewardModels; |
|
|
|
} |
|
|
|
|
|
|
|
template<storm::dd::DdType Type, typename ValueType> |
|
|
|
void Model<Type, ValueType>::printModelInformationToStream(std::ostream& out) const { |
|
|
|
this->printModelInformationHeaderToStream(out); |
|
|
|