Storm
A Modern Probabilistic Model Checker
|
#include <ExplicitModelBuilder.h>
Public Member Functions | |
ExplicitStateLookup (VariableInformation const &varInfo, storm::storage::BitVectorHashMap< StateType > const &stateToId) | |
StateType | lookup (std::map< storm::expressions::Variable, storm::expressions::Expression > const &stateDescription) const |
Lookup state. | |
uint64_t | size () const |
How many states have been stored? | |
Definition at line 45 of file ExplicitModelBuilder.h.
|
inline |
Definition at line 47 of file ExplicitModelBuilder.h.
StateType storm::builder::ExplicitStateLookup< StateType >::lookup | ( | std::map< storm::expressions::Variable, storm::expressions::Expression > const & | stateDescription | ) | const |
Lookup state.
stateDescription | A map describing the state |
Definition at line 43 of file ExplicitModelBuilder.cpp.
uint64_t storm::builder::ExplicitStateLookup< StateType >::size | ( | ) | const |
How many states have been stored?
Definition at line 53 of file ExplicitModelBuilder.cpp.