Storm
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 66 of file storm-pars.cpp.
|
inline |
Definition at line 67 of file storm-pars.cpp.
bool storm::pars::PreprocessResult::changed |
Definition at line 71 of file storm-pars.cpp.
boost::optional<std::vector<std::shared_ptr<storm::logic::Formula const> > > storm::pars::PreprocessResult::formulas |
Definition at line 73 of file storm-pars.cpp.
std::shared_ptr<storm::models::ModelBase> storm::pars::PreprocessResult::model |
Definition at line 72 of file storm-pars.cpp.