|
Storm 1.13.0.1
A Modern Probabilistic Model Checker
|
#include <ImportOptions.h>
Public Types | |
| enum class | ValueType { Default , Rational , Double } |
| The type that is used for all kinds of values. More... | |
Public Attributes | |
| enum storm::umb::ImportOptions::ValueType | Default |
| bool | buildChoiceLabeling {true} |
| Controls building of choice labelings. | |
| bool | buildStateValuations {true} |
| Controls building of state valuations. | |
Definition at line 4 of file ImportOptions.h.
|
strong |
The type that is used for all kinds of values.
Default picks the value type of the input model. If the input model is an interval model, the value type will be the correspdonding interval type.
| Enumerator | |
|---|---|
| Default | |
| Rational | |
| Double | |
Definition at line 12 of file ImportOptions.h.
| bool storm::umb::ImportOptions::buildChoiceLabeling {true} |
Controls building of choice labelings.
A choice labelling will only be built if this is set to true and the umb model contains appropriate information.
Definition at line 18 of file ImportOptions.h.
| bool storm::umb::ImportOptions::buildStateValuations {true} |
Controls building of state valuations.
State valuations will only be built if this is set to true and the umb model contains appropriate information.
Definition at line 24 of file ImportOptions.h.
| enum storm::umb::ImportOptions::ValueType storm::umb::ImportOptions::Default |