Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SparseDtmcPrctlHelper.cpp File Reference
Include dependency graph for SparseDtmcPrctlHelper.cpp:

Go to the source code of this file.

Namespaces

namespace  storm
namespace  storm::modelchecker
namespace  storm::modelchecker::helper

Functions

template<typename ValueType, typename SolutionType>
std::vector< SolutionType > storm::modelchecker::helper::computeRobustValuesForMaybeStates (Environment const &env, storm::solver::SolveGoal< ValueType, SolutionType > &&goal, storm::storage::SparseMatrix< ValueType > &&submatrix, std::vector< ValueType > const &b, bool computeReward)
template<typename ValueType, typename SolutionType>
std::vector< SolutionType > storm::modelchecker::helper::computeUpperRewardBounds (storm::storage::SparseMatrix< ValueType > const &transitionMatrix, std::vector< ValueType > const &rewards, std::vector< SolutionType > const &oneStepTargetProbabilities)
template<>
std::vector< storm::RationalFunctionstorm::modelchecker::helper::computeUpperRewardBounds (storm::storage::SparseMatrix< storm::RationalFunction > const &, std::vector< storm::RationalFunction > const &, std::vector< storm::RationalFunction > const &)