Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Model.h File Reference
Include dependency graph for Model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  storm::models::sparse::Model< CValueType, CRewardModelType >
 Base class for all sparse models. More...
 

Namespaces

namespace  storm
 LabParser.cpp.
 
namespace  storm::storage
 
namespace  storm::models
 
namespace  storm::models::sparse
 

Functions

std::set< storm::RationalFunctionVariablestorm::models::sparse::getProbabilityParameters (Model< storm::RationalFunction > const &model)
 Get all probability parameters occurring on transitions.
 
std::set< storm::RationalFunctionVariablestorm::models::sparse::getRewardParameters (Model< storm::RationalFunction > const &model)
 Get all parameters occurring in rewards.
 
std::set< storm::RationalFunctionVariablestorm::models::sparse::getRateParameters (Model< storm::RationalFunction > const &model)
 Get all parameters occurring in rates.
 
std::set< storm::RationalFunctionVariablestorm::models::sparse::getAllParameters (Model< storm::RationalFunction > const &model)
 Get all parameters (probability, rewards, and rates) occurring in the model.