|
| MarkovAutomaton (MarkovAutomaton< Type, ValueType > const &other)=default |
|
MarkovAutomaton & | operator= (MarkovAutomaton< Type, ValueType > const &other)=default |
|
| MarkovAutomaton (MarkovAutomaton< Type, ValueType > &&other)=default |
|
MarkovAutomaton & | operator= (MarkovAutomaton< Type, ValueType > &&other)=default |
|
| MarkovAutomaton (std::shared_ptr< storm::dd::DdManager< Type > > manager, storm::dd::Bdd< Type > markovianMarker, storm::dd::Bdd< Type > reachableStates, storm::dd::Bdd< Type > initialStates, storm::dd::Bdd< Type > deadlockStates, storm::dd::Add< Type, ValueType > transitionMatrix, std::set< storm::expressions::Variable > const &rowVariables, std::shared_ptr< storm::adapters::AddExpressionAdapter< Type, ValueType > > rowExpressionAdapter, std::set< storm::expressions::Variable > const &columnVariables, std::vector< std::pair< storm::expressions::Variable, storm::expressions::Variable > > const &rowColumnMetaVariablePairs, std::set< storm::expressions::Variable > const &nondeterminismVariables, std::map< std::string, storm::expressions::Expression > labelToExpressionMap=std::map< std::string, storm::expressions::Expression >(), std::unordered_map< std::string, RewardModelType > const &rewardModels=std::unordered_map< std::string, RewardModelType >()) |
| Constructs a model from the given data.
|
|
| MarkovAutomaton (std::shared_ptr< storm::dd::DdManager< Type > > manager, storm::dd::Bdd< Type > markovianMarker, storm::dd::Bdd< Type > reachableStates, storm::dd::Bdd< Type > initialStates, storm::dd::Bdd< Type > deadlockStates, storm::dd::Add< Type, ValueType > transitionMatrix, std::set< storm::expressions::Variable > const &rowVariables, std::set< storm::expressions::Variable > const &columnVariables, std::vector< std::pair< storm::expressions::Variable, storm::expressions::Variable > > const &rowColumnMetaVariablePairs, std::set< storm::expressions::Variable > const &nondeterminismVariables, std::map< std::string, storm::dd::Bdd< Type > > labelToBddMap=std::map< std::string, storm::dd::Bdd< Type > >(), std::unordered_map< std::string, RewardModelType > const &rewardModels=std::unordered_map< std::string, RewardModelType >()) |
| Constructs a model from the given data.
|
|
storm::dd::Bdd< Type > const & | getMarkovianMarker () const |
|
storm::dd::Bdd< Type > const & | getMarkovianStates () const |
|
storm::dd::Bdd< Type > const & | getMarkovianChoices () const |
|
storm::dd::Bdd< Type > const & | getProbabilisticStates () const |
|
bool | hasHybridStates () const |
|
bool | isClosed () |
|
MarkovAutomaton< Type, ValueType > | close () |
|
storm::dd::Add< Type, ValueType > const & | getExitRateVector () const |
|
template<typename NewValueType > |
std::shared_ptr< MarkovAutomaton< Type, NewValueType > > | toValueType () const |
|
| NondeterministicModel (NondeterministicModel< Type, ValueType > const &other)=default |
|
NondeterministicModel & | operator= (NondeterministicModel< Type, ValueType > const &other)=default |
|
| NondeterministicModel (NondeterministicModel< Type, ValueType > &&other)=default |
|
NondeterministicModel & | operator= (NondeterministicModel< Type, ValueType > &&other)=default |
|
| NondeterministicModel (storm::models::ModelType const &modelType, std::shared_ptr< storm::dd::DdManager< Type > > manager, storm::dd::Bdd< Type > reachableStates, storm::dd::Bdd< Type > initialStates, storm::dd::Bdd< Type > deadlockStates, storm::dd::Add< Type, ValueType > transitionMatrix, std::set< storm::expressions::Variable > const &rowVariables, std::shared_ptr< storm::adapters::AddExpressionAdapter< Type, ValueType > > rowExpressionAdapter, std::set< storm::expressions::Variable > const &columnVariables, std::vector< std::pair< storm::expressions::Variable, storm::expressions::Variable > > const &rowColumnMetaVariablePairs, std::set< storm::expressions::Variable > const &nondeterminismVariables, std::map< std::string, storm::expressions::Expression > labelToExpressionMap=std::map< std::string, storm::expressions::Expression >(), std::unordered_map< std::string, RewardModelType > const &rewardModels=std::unordered_map< std::string, RewardModelType >()) |
| Constructs a model from the given data.
|
|
| NondeterministicModel (storm::models::ModelType const &modelType, std::shared_ptr< storm::dd::DdManager< Type > > manager, storm::dd::Bdd< Type > reachableStates, storm::dd::Bdd< Type > initialStates, storm::dd::Bdd< Type > deadlockStates, storm::dd::Add< Type, ValueType > transitionMatrix, std::set< storm::expressions::Variable > const &rowVariables, std::set< storm::expressions::Variable > const &columnVariables, std::vector< std::pair< storm::expressions::Variable, storm::expressions::Variable > > const &rowColumnMetaVariablePairs, std::set< storm::expressions::Variable > const &nondeterminismVariables, std::map< std::string, storm::dd::Bdd< Type > > labelToBddMap=std::map< std::string, storm::dd::Bdd< Type > >(), std::unordered_map< std::string, RewardModelType > const &rewardModels=std::unordered_map< std::string, RewardModelType >()) |
| Constructs a model from the given data.
|
|
virtual uint_fast64_t | getNumberOfChoices () const override |
| Retrieves the number of nondeterministic choices in the model.
|
|
virtual std::set< storm::expressions::Variable > const & | getNondeterminismVariables () const override |
| Retrieves the meta variables used to encode the nondeterminism in the model.
|
|
storm::dd::Bdd< Type > const & | getIllegalMask () const |
| Retrieves a BDD characterizing all illegal nondeterminism encodings in the model.
|
|
storm::dd::Bdd< Type > | getIllegalSuccessorMask () const |
| Retrieves a BDD characterizing the illegal successors for each choice.
|
|
virtual storm::dd::Bdd< Type > | getQualitativeTransitionMatrix (bool keepNondeterminism=true) const override |
| Retrieves the matrix qualitatively (i.e.
|
|
virtual void | printModelInformationToStream (std::ostream &out) const override |
| Prints information about the model to the specified stream.
|
|
virtual void | reduceToStateBasedRewards () override |
| Converts the transition rewards of all reward models to state-based rewards.
|
|
| Model (Model< Type, ValueType > const &other)=default |
|
Model & | operator= (Model< Type, ValueType > const &other)=default |
|
| Model (Model< Type, ValueType > &&other)=default |
|
Model & | operator= (Model< Type, ValueType > &&other)=default |
|
| Model (storm::models::ModelType const &modelType, std::shared_ptr< storm::dd::DdManager< Type > > manager, storm::dd::Bdd< Type > reachableStates, storm::dd::Bdd< Type > initialStates, storm::dd::Bdd< Type > deadlockStates, storm::dd::Add< Type, ValueType > transitionMatrix, std::set< storm::expressions::Variable > const &rowVariables, std::shared_ptr< storm::adapters::AddExpressionAdapter< Type, ValueType > > rowExpressionAdapter, std::set< storm::expressions::Variable > const &columnVariables, std::vector< std::pair< storm::expressions::Variable, storm::expressions::Variable > > const &rowColumnMetaVariablePairs, std::map< std::string, storm::expressions::Expression > labelToExpressionMap=std::map< std::string, storm::expressions::Expression >(), std::unordered_map< std::string, RewardModelType > const &rewardModels=std::unordered_map< std::string, RewardModelType >()) |
| Constructs a model from the given data.
|
|
| Model (storm::models::ModelType const &modelType, std::shared_ptr< storm::dd::DdManager< Type > > manager, storm::dd::Bdd< Type > reachableStates, storm::dd::Bdd< Type > initialStates, storm::dd::Bdd< Type > deadlockStates, storm::dd::Add< Type, ValueType > transitionMatrix, std::set< storm::expressions::Variable > const &rowVariables, std::set< storm::expressions::Variable > const &columnVariables, std::vector< std::pair< storm::expressions::Variable, storm::expressions::Variable > > const &rowColumnMetaVariablePairs, std::map< std::string, storm::dd::Bdd< Type > > labelToBddMap=std::map< std::string, storm::dd::Bdd< Type > >(), std::unordered_map< std::string, RewardModelType > const &rewardModels=std::unordered_map< std::string, RewardModelType >()) |
| Constructs a model from the given data.
|
|
virtual uint_fast64_t | getNumberOfStates () const override |
| Returns the number of states of the model.
|
|
virtual uint_fast64_t | getNumberOfTransitions () const override |
| Returns the number of (non-zero) transitions of the model.
|
|
storm::dd::DdManager< Type > & | getManager () const |
| Retrieves the manager responsible for the DDs that represent this model.
|
|
std::shared_ptr< storm::dd::DdManager< Type > > const & | getManagerAsSharedPointer () const |
| Retrieves the manager responsible for the DDs that represent this model.
|
|
storm::dd::Bdd< Type > const & | getReachableStates () const |
| Retrieves the reachable states of the model.
|
|
storm::dd::Bdd< Type > const & | getInitialStates () const |
| Retrieves the initial states of the model.
|
|
storm::dd::Bdd< Type > const & | getDeadlockStates () const |
|
virtual storm::dd::Bdd< Type > | getStates (std::string const &label) const |
| Returns the sets of states labeled with the given label.
|
|
virtual storm::expressions::Expression | getExpression (std::string const &label) const |
| Returns the expression for the given label.
|
|
virtual storm::dd::Bdd< Type > | getStates (storm::expressions::Expression const &expression) const |
| Returns the set of states labeled satisfying the given expression (that must be of boolean type).
|
|
virtual bool | hasLabel (std::string const &label) const |
| Retrieves whether the given label is a valid label in this model.
|
|
storm::dd::Add< Type, ValueType > const & | getTransitionMatrix () const |
| Retrieves the matrix representing the transitions of the model.
|
|
storm::dd::Add< Type, ValueType > & | getTransitionMatrix () |
| Retrieves the matrix representing the transitions of the model.
|
|
std::set< storm::expressions::Variable > const & | getRowVariables () const |
| Retrieves the meta variables used to encode the rows of the transition matrix and the vector indices.
|
|
std::set< storm::expressions::Variable > const & | getColumnVariables () const |
| Retrieves the meta variables used to encode the columns of the transition matrix and the vector indices.
|
|
std::set< storm::expressions::Variable > | getRowAndNondeterminismVariables () const |
| Retrieves all meta variables used to encode rows and nondetermism.
|
|
std::set< storm::expressions::Variable > | getColumnAndNondeterminismVariables () const |
| Retrieves all meta variables used to encode columns and nondetermism.
|
|
std::vector< std::pair< storm::expressions::Variable, storm::expressions::Variable > > const & | getRowColumnMetaVariablePairs () const |
| Retrieves the pairs of row and column meta variables.
|
|
storm::dd::Add< Type, ValueType > | getRowColumnIdentity () const |
| Retrieves an ADD that represents the diagonal of the transition matrix.
|
|
virtual bool | hasRewardModel (std::string const &rewardModelName) const override |
| Retrieves whether the model has a reward model with the given name.
|
|
RewardModelType const & | getRewardModel (std::string const &rewardModelName) const |
| Retrieves the reward model with the given name, if one exists.
|
|
RewardModelType const & | getUniqueRewardModel () const |
| Retrieves the unique reward model, if there exists exactly one.
|
|
virtual std::string const & | getUniqueRewardModelName () const override |
| Retrieves the name of the unique reward model, if there exists exactly one.
|
|
RewardModelType & | getUniqueRewardModel () |
| Retrieves the unique reward model, if there exists exactly one.
|
|
virtual bool | hasUniqueRewardModel () const override |
| Retrieves whether the model has a unique reward model.
|
|
bool | hasRewardModel () const |
| Retrieves whether the model has at least one reward model.
|
|
std::unordered_map< std::string, RewardModelType > & | getRewardModels () |
|
std::unordered_map< std::string, RewardModelType > const & | getRewardModels () const |
|
uint_fast64_t | getNumberOfRewardModels () const |
| Retrieves the number of reward models associated with this model.
|
|
virtual bool | isSymbolicModel () const override |
| Checks whether the model is a symbolic model.
|
|
virtual bool | supportsParameters () const override |
| Checks whether the model supports parameters.
|
|
virtual bool | hasParameters () const override |
| Checks whether the model has parameters.
|
|
std::vector< std::string > | getLabels () const |
|
void | addParameters (std::set< storm::RationalFunctionVariable > const ¶meters) |
|
std::set< storm::RationalFunctionVariable > const & | getParameters () const |
|
template<typename NewValueType > |
std::enable_if<!std::is_same< ValueType, NewValueType >::value, std::shared_ptr< Model< Type, NewValueType > > >::type | toValueType () const |
|
template<typename NewValueType > |
std::enable_if< std::is_same< ValueType, NewValueType >::value, std::shared_ptr< Model< Type, NewValueType > > >::type | toValueType () const |
|
void | writeDotToFile (std::string const &filename) const |
|
void | addParameters (std::set< storm::RationalFunctionVariable > const ¶meters) |
|
std::set< storm::RationalFunctionVariable > const & | getParameters () const |
|
| Model (ModelType const &modelType) |
| Constructs a model of the given type.
|
|
virtual | ~Model ()=default |
|
| ModelBase (ModelType const &modelType) |
| Constructs a model of the given type.
|
|
virtual | ~ModelBase () |
|
template<typename ModelType > |
std::shared_ptr< ModelType > | as () |
| Casts the model into the model type given by the template parameter.
|
|
template<typename ModelType > |
std::shared_ptr< ModelType const > | as () const |
| Casts the model into the model type given by the template parameter.
|
|
virtual ModelType | getType () const |
| Return the actual type of the model.
|
|
virtual bool | isSparseModel () const |
| Checks whether the model is a sparse model.
|
|
bool | isOfType (storm::models::ModelType const &modelType) const |
| Checks whether the model is of the given type.
|
|
bool | isNondeterministicModel () const |
| Returns true if the model is a nondeterministic model.
|
|
bool | isDiscreteTimeModel () const |
| Returns true if the model is a descrete-time model.
|
|
virtual bool | isExact () const |
| Checks whether the model is exact.
|
|
virtual bool | isPartiallyObservable () const |
|