|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
Public Member Functions | |
| PreprocessResult (std::shared_ptr< storm::models::ModelBase > const &model, bool changed) | |
Public Attributes | |
| bool | changed |
| std::shared_ptr< storm::models::ModelBase > | model |
| boost::optional< std::vector< std::shared_ptr< storm::logic::Formula const > > > | formulas |
Definition at line 68 of file storm-pars.cpp.
|
inline |
Definition at line 69 of file storm-pars.cpp.
| bool storm::pars::PreprocessResult::changed |
Definition at line 73 of file storm-pars.cpp.
| boost::optional<std::vector<std::shared_ptr<storm::logic::Formula const> > > storm::pars::PreprocessResult::formulas |
Definition at line 75 of file storm-pars.cpp.
| std::shared_ptr<storm::models::ModelBase> storm::pars::PreprocessResult::model |
Definition at line 74 of file storm-pars.cpp.