Storm
A Modern Probabilistic Model Checker
|
This is the complete list of members for storm::storage::MemoryStructure, including all inherited members.
getInitialMemoryStates() const | storm::storage::MemoryStructure | |
getNumberOfStates() const | storm::storage::MemoryStructure | |
getStateLabeling() const | storm::storage::MemoryStructure | |
getSuccessorMemoryState(uint_fast64_t const ¤tMemoryState, uint_fast64_t const &modelTransitionIndex) const | storm::storage::MemoryStructure | |
getTransitionMatrix() const | storm::storage::MemoryStructure | |
isOnlyInitialStatesRelevantSet() const | storm::storage::MemoryStructure | |
MemoryStructure(TransitionMatrix const &transitionMatrix, storm::models::sparse::StateLabeling const &memoryStateLabeling, std::vector< uint_fast64_t > const &initialMemoryStates, bool onlyInitialStatesRelevant=true) | storm::storage::MemoryStructure | |
MemoryStructure(TransitionMatrix &&transitionMatrix, storm::models::sparse::StateLabeling &&memoryStateLabeling, std::vector< uint_fast64_t > &&initialMemoryStates, bool onlyInitialStatesRelevant=true) | storm::storage::MemoryStructure | |
product(MemoryStructure const &rhs) const | storm::storage::MemoryStructure | |
product(storm::models::sparse::Model< ValueType, RewardModelType > const &sparseModel) const | storm::storage::MemoryStructure | |
toString() const | storm::storage::MemoryStructure | |
TransitionMatrix typedef | storm::storage::MemoryStructure |