|
@ -143,6 +143,12 @@ namespace storm { |
|
|
|
|
|
|
|
|
virtual void reduceToStateBasedRewards() override; |
|
|
virtual void reduceToStateBasedRewards() override; |
|
|
|
|
|
|
|
|
|
|
|
/*! |
|
|
|
|
|
* @return the probabilistic transition matrix P |
|
|
|
|
|
* @note getTransitionMatrix() retrieves the exit rate matrix R, where R(s,s') = r(s) * P(s,s') |
|
|
|
|
|
*/ |
|
|
|
|
|
storm::dd::Add<Type, ValueType> computeProbabilityMatrix() const; |
|
|
|
|
|
|
|
|
template<typename NewValueType> |
|
|
template<typename NewValueType> |
|
|
std::shared_ptr<Ctmc<Type, NewValueType>> toValueType() const; |
|
|
std::shared_ptr<Ctmc<Type, NewValueType>> toValueType() const; |
|
|
|
|
|
|
|
|