|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
Enumerations | |
| enum class | UnpackStateIntoValuationsMode { State , Observation } |
Functions | |
| template<UnpackStateIntoValuationsMode Mode> | |
| void | unpackIntoValuations (CompressedState const &entityEncoding, uint64_t const entityIndex, VariableInformation const &variableInformation, storm::storage::sparse::ValuationsStorage &valuations) |
|
strong |
| Enumerator | |
|---|---|
| State | |
| Observation | |
Definition at line 81 of file CompressedState.cpp.
| void storm::generator::detail::unpackIntoValuations | ( | CompressedState const & | entityEncoding, |
| uint64_t const | entityIndex, | ||
| VariableInformation const & | variableInformation, | ||
| storm::storage::sparse::ValuationsStorage & | valuations ) |
Definition at line 83 of file CompressedState.cpp.