Storm
A Modern Probabilistic Model Checker
|
Classes | |
struct | ModelProcessingInformation |
struct | PostprocessingIdentity |
struct | SymbolicInput |
Typedefs | |
using | VerificationCallbackType = std::function< std::unique_ptr< storm::modelchecker::CheckResult >(std::shared_ptr< storm::logic::Formula const > const &formula, std::shared_ptr< storm::logic::Formula const > const &states)> |
using | PostprocessingCallbackType = std::function< void(std::unique_ptr< storm::modelchecker::CheckResult > const &)> |
Functions | |
bool | parseOptions (const int argc, const char *argv[]) |
void | setResourceLimits () |
void | setFileLogging () |
void | setLogLevel () |
int | process (std::string const &name, std::string const &executableName, std::function< void(std::string const &, std::string const &)> initSettingsFunc, std::function< void(void)> processOptionsFunc, const int argc, const char **argv) |
Processes the options and returns the exit code. | |
void | parseSymbolicModelDescription (storm::settings::modules::IOSettings const &ioSettings, SymbolicInput &input) |
void | parseProperties (storm::settings::modules::IOSettings const &ioSettings, SymbolicInput &input, boost::optional< std::set< std::string > > const &propertyFilter) |
SymbolicInput | parseSymbolicInputQvbs (storm::settings::modules::IOSettings const &ioSettings) |
SymbolicInput | parseSymbolicInput () |
void | getModelProcessingInformationAutomatic (SymbolicInput const &input, ModelProcessingInformation &mpi) |
ModelProcessingInformation | getModelProcessingInformation (SymbolicInput const &input, std::shared_ptr< SymbolicInput > const &transformedJaniInput=nullptr) |
Sets the model processing information based on the given input. | |
void | ensureNoUndefinedPropertyConstants (std::vector< storm::jani::Property > const &properties) |
std::pair< SymbolicInput, ModelProcessingInformation > | preprocessSymbolicInput (SymbolicInput const &input) |
void | exportSymbolicInput (SymbolicInput const &input) |
std::vector< std::shared_ptr< storm::logic::Formula const > > | createFormulasToRespect (std::vector< storm::jani::Property > const &properties) |
template<storm::dd::DdType DdType, typename ValueType > | |
std::shared_ptr< storm::models::ModelBase > | buildModelDd (SymbolicInput const &input) |
storm::builder::BuilderOptions | createBuildOptionsSparseFromSettings (SymbolicInput const &input) |
template<typename ValueType > | |
std::shared_ptr< storm::models::ModelBase > | buildModelSparse (SymbolicInput const &input, storm::builder::BuilderOptions const &options) |
template<typename ValueType > | |
std::shared_ptr< storm::models::ModelBase > | buildModelExplicit (storm::settings::modules::IOSettings const &ioSettings, storm::settings::modules::BuildSettings const &buildSettings) |
template<storm::dd::DdType DdType, typename ValueType > | |
std::shared_ptr< storm::models::ModelBase > | buildModel (SymbolicInput const &input, storm::settings::modules::IOSettings const &ioSettings, ModelProcessingInformation const &mpi) |
template<typename ValueType > | |
std::shared_ptr< storm::models::sparse::Model< ValueType > > | preprocessSparseMarkovAutomaton (std::shared_ptr< storm::models::sparse::MarkovAutomaton< ValueType > > const &model) |
template<typename ValueType > | |
std::shared_ptr< storm::models::sparse::Model< ValueType > > | preprocessSparseModelBisimulation (std::shared_ptr< storm::models::sparse::Model< ValueType > > const &model, SymbolicInput const &input, storm::settings::modules::BisimulationSettings const &bisimulationSettings) |
template<typename ValueType > | |
std::pair< std::shared_ptr< storm::models::sparse::Model< ValueType > >, bool > | preprocessSparseModel (std::shared_ptr< storm::models::sparse::Model< ValueType > > const &model, SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<typename ValueType > | |
void | exportSparseModel (std::shared_ptr< storm::models::sparse::Model< ValueType > > const &model, SymbolicInput const &input) |
template<storm::dd::DdType DdType, typename ValueType > | |
void | exportDdModel (std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const &model, SymbolicInput const &) |
template<storm::dd::DdType DdType, typename ValueType > | |
void | exportModel (std::shared_ptr< storm::models::ModelBase > const &model, SymbolicInput const &input) |
template<storm::dd::DdType DdType, typename ValueType > | |
std::enable_if< DdType!=storm::dd::DdType::Sylvan &&!std::is_same< ValueType, double >::value, std::shared_ptr< storm::models::Model< ValueType > > >::type | preprocessDdMarkovAutomaton (std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const &model) |
template<storm::dd::DdType DdType, typename ValueType > | |
std::enable_if< DdType==storm::dd::DdType::Sylvan||std::is_same< ValueType, double >::value, std::shared_ptr< storm::models::Model< ValueType > > >::type | preprocessDdMarkovAutomaton (std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const &model) |
template<storm::dd::DdType DdType, typename ValueType , typename ExportValueType = ValueType> | |
std::shared_ptr< storm::models::Model< ExportValueType > > | preprocessDdModelBisimulation (std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const &model, SymbolicInput const &input, storm::settings::modules::BisimulationSettings const &bisimulationSettings, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename ValueType , typename ExportValueType = ValueType> | |
std::pair< std::shared_ptr< storm::models::ModelBase >, bool > | preprocessDdModel (std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const &model, SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename BuildValueType , typename ExportValueType = BuildValueType> | |
std::pair< std::shared_ptr< storm::models::ModelBase >, bool > | preprocessModel (std::shared_ptr< storm::models::ModelBase > const &model, SymbolicInput const &input, ModelProcessingInformation const &mpi) |
void | printComputingCounterexample (storm::jani::Property const &property) |
void | printCounterexample (std::shared_ptr< storm::counterexamples::Counterexample > const &counterexample, storm::utility::Stopwatch *watch=nullptr) |
template<typename ValueType > | |
void | generateCounterexamples (std::shared_ptr< storm::models::ModelBase > const &, SymbolicInput const &) |
template<> | |
void | generateCounterexamples< double > (std::shared_ptr< storm::models::ModelBase > const &model, SymbolicInput const &input) |
template<typename ValueType > | |
void | printFilteredResult (std::unique_ptr< storm::modelchecker::CheckResult > const &result, storm::modelchecker::FilterType ft) |
void | printModelCheckingProperty (storm::jani::Property const &property) |
template<typename ValueType > | |
void | printResult (std::unique_ptr< storm::modelchecker::CheckResult > const &result, storm::logic::Formula const &filterStatesFormula, storm::modelchecker::FilterType const &filterType, storm::utility::Stopwatch *watch=nullptr) |
template<typename ValueType > | |
void | printResult (std::unique_ptr< storm::modelchecker::CheckResult > const &result, storm::jani::Property const &property, storm::utility::Stopwatch *watch=nullptr) |
template<typename ValueType > | |
std::unique_ptr< storm::modelchecker::CheckResult > | verifyProperty (std::shared_ptr< storm::logic::Formula const > const &formula, std::shared_ptr< storm::logic::Formula const > const &statesFilter, VerificationCallbackType const &verificationCallback) |
Verifies the given formula plus a filter formula to identify relevant states and warns the user in case of issues. | |
template<typename ValueType > | |
void | verifyProperties (SymbolicInput const &input, VerificationCallbackType const &verificationCallback, PostprocessingCallbackType const &postprocessingCallback=PostprocessingIdentity()) |
Verifies all (potentially preprocessed) properties given in input . | |
template<typename ValueType > | |
void | computeStateValues (std::string const &description, std::function< std::unique_ptr< storm::modelchecker::CheckResult >()> const &computationCallback, SymbolicInput const &input, VerificationCallbackType const &verificationCallback, PostprocessingCallbackType const &postprocessingCallback=PostprocessingIdentity()) |
Computes values for each state (such as the steady-state probability distribution). | |
std::vector< storm::expressions::Expression > | parseConstraints (storm::expressions::ExpressionManager const &expressionManager, std::string const &constraintsString) |
std::vector< std::vector< storm::expressions::Expression > > | parseInjectedRefinementPredicates (storm::expressions::ExpressionManager const &expressionManager, std::string const &refinementPredicatesString) |
template<storm::dd::DdType DdType, typename ValueType > | |
void | verifyWithAbstractionRefinementEngine (SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<typename ValueType > | |
void | verifyWithExplorationEngine (SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<typename ValueType > | |
void | verifyWithSparseEngine (std::shared_ptr< storm::models::ModelBase > const &model, SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename ValueType > | |
void | verifyWithHybridEngine (std::shared_ptr< storm::models::ModelBase > const &model, SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename ValueType > | |
void | verifyWithDdEngine (std::shared_ptr< storm::models::ModelBase > const &model, SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename ValueType > | |
void | verifyWithAbstractionRefinementEngine (std::shared_ptr< storm::models::ModelBase > const &model, SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename ValueType > | |
std::enable_if< DdType!=storm::dd::DdType::CUDD||std::is_same< ValueType, double >::value, void >::type | verifySymbolicModel (std::shared_ptr< storm::models::ModelBase > const &model, SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename ValueType > | |
std::enable_if< DdType==storm::dd::DdType::CUDD &&!std::is_same< ValueType, double >::value, void >::type | verifySymbolicModel (std::shared_ptr< storm::models::ModelBase > const &, SymbolicInput const &, ModelProcessingInformation const &) |
template<storm::dd::DdType DdType, typename ValueType > | |
void | verifyModel (std::shared_ptr< storm::models::ModelBase > const &model, SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename BuildValueType , typename VerificationValueType = BuildValueType> | |
std::shared_ptr< storm::models::ModelBase > | buildPreprocessModelWithValueTypeAndDdlib (SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename BuildValueType , typename VerificationValueType = BuildValueType> | |
std::shared_ptr< storm::models::ModelBase > | buildPreprocessExportModelWithValueTypeAndDdlib (SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<storm::dd::DdType DdType, typename BuildValueType , typename VerificationValueType = BuildValueType> | |
void | processInputWithValueTypeAndDdlib (SymbolicInput const &input, ModelProcessingInformation const &mpi) |
template<typename ValueType > | |
void | processInputWithValueType (SymbolicInput const &input, ModelProcessingInformation const &mpi) |
std::string | shellQuoteSingleIfNecessary (const std::string &arg) |
For a command-line argument, returns a quoted version with single quotes if it contains unsafe characters. | |
void | printHeader (std::string const &name, const int argc, const char **argv) |
void | printVersion () |
void | printTimeAndMemoryStatistics (uint64_t wallclockMilliseconds) |
using storm::cli::PostprocessingCallbackType = typedef std::function<void(std::unique_ptr<storm::modelchecker::CheckResult> const&)> |
Definition at line 981 of file model-handling.h.
using storm::cli::VerificationCallbackType = typedef std::function<std::unique_ptr<storm::modelchecker::CheckResult>(std::shared_ptr<storm::logic::Formula const> const& formula, std::shared_ptr<storm::logic::Formula const> const& states)> |
Definition at line 979 of file model-handling.h.
std::shared_ptr< storm::models::ModelBase > storm::cli::buildModel | ( | SymbolicInput const & | input, |
storm::settings::modules::IOSettings const & | ioSettings, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 519 of file model-handling.h.
std::shared_ptr< storm::models::ModelBase > storm::cli::buildModelDd | ( | SymbolicInput const & | input | ) |
Definition at line 438 of file model-handling.h.
std::shared_ptr< storm::models::ModelBase > storm::cli::buildModelExplicit | ( | storm::settings::modules::IOSettings const & | ioSettings, |
storm::settings::modules::BuildSettings const & | buildSettings | ||
) |
Definition at line 498 of file model-handling.h.
std::shared_ptr< storm::models::ModelBase > storm::cli::buildModelSparse | ( | SymbolicInput const & | input, |
storm::builder::BuilderOptions const & | options | ||
) |
Definition at line 493 of file model-handling.h.
std::shared_ptr< storm::models::ModelBase > storm::cli::buildPreprocessExportModelWithValueTypeAndDdlib | ( | SymbolicInput const & | input, |
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1399 of file model-handling.h.
std::shared_ptr< storm::models::ModelBase > storm::cli::buildPreprocessModelWithValueTypeAndDdlib | ( | SymbolicInput const & | input, |
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1374 of file model-handling.h.
void storm::cli::computeStateValues | ( | std::string const & | description, |
std::function< std::unique_ptr< storm::modelchecker::CheckResult >()> const & | computationCallback, | ||
SymbolicInput const & | input, | ||
VerificationCallbackType const & | verificationCallback, | ||
PostprocessingCallbackType const & | postprocessingCallback = PostprocessingIdentity() |
||
) |
Computes values for each state (such as the steady-state probability distribution).
If one or more formulas are given, they serve as filter to identify which states are relevant.
description | A string description of what is to be computed used for sensible command line output. |
computationCallback | A function that performs the actual computation of the state values |
input | Where the properties are read from |
verificationCallback | Function to perform the actual verification task for a given formula plus a filter formula to identify relevant states |
postprocessingCallback | Function that processes the verification result, such as e.g. output to a file |
Definition at line 1055 of file model-handling.h.
|
inline |
Definition at line 448 of file model-handling.h.
|
inline |
Definition at line 425 of file model-handling.h.
|
inline |
Definition at line 338 of file model-handling.h.
void storm::cli::exportDdModel | ( | std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const & | model, |
SymbolicInput const & | |||
) |
Definition at line 673 of file model-handling.h.
void storm::cli::exportModel | ( | std::shared_ptr< storm::models::ModelBase > const & | model, |
SymbolicInput const & | input | ||
) |
Definition at line 706 of file model-handling.h.
void storm::cli::exportSparseModel | ( | std::shared_ptr< storm::models::sparse::Model< ValueType > > const & | model, |
SymbolicInput const & | input | ||
) |
Definition at line 633 of file model-handling.h.
|
inline |
Definition at line 415 of file model-handling.h.
void storm::cli::generateCounterexamples | ( | std::shared_ptr< storm::models::ModelBase > const & | , |
SymbolicInput const & | |||
) |
Definition at line 826 of file model-handling.h.
|
inline |
Definition at line 831 of file model-handling.h.
|
inline |
Sets the model processing information based on the given input.
Finding the right model processing information might require a conversion to jani. In this case, the jani conversion is stored in the transformedJaniInput pointer (unless it is null)
Definition at line 215 of file model-handling.h.
|
inline |
Definition at line 180 of file model-handling.h.
|
inline |
Definition at line 1102 of file model-handling.h.
|
inline |
Definition at line 1129 of file model-handling.h.
bool storm::cli::parseOptions | ( | const int | argc, |
const char * | argv[] | ||
) |
|
inline |
Definition at line 99 of file model-handling.h.
|
inline |
Definition at line 139 of file model-handling.h.
|
inline |
Definition at line 113 of file model-handling.h.
|
inline |
Definition at line 70 of file model-handling.h.
std::enable_if< DdType!=storm::dd::DdType::Sylvan &&!std::is_same< ValueType, double >::value, std::shared_ptr< storm::models::Model< ValueType > > >::type storm::cli::preprocessDdMarkovAutomaton | ( | std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const & | model | ) |
Definition at line 716 of file model-handling.h.
std::enable_if< DdType==storm::dd::DdType::Sylvan||std::is_same< ValueType, double >::value, std::shared_ptr< storm::models::Model< ValueType > > >::type storm::cli::preprocessDdMarkovAutomaton | ( | std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const & | model | ) |
Definition at line 722 of file model-handling.h.
std::pair< std::shared_ptr< storm::models::ModelBase >, bool > storm::cli::preprocessDdModel | ( | std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const & | model, |
SymbolicInput const & | input, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 750 of file model-handling.h.
std::shared_ptr< storm::models::Model< ExportValueType > > storm::cli::preprocessDdModelBisimulation | ( | std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const & | model, |
SymbolicInput const & | input, | ||
storm::settings::modules::BisimulationSettings const & | bisimulationSettings, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 732 of file model-handling.h.
std::pair< std::shared_ptr< storm::models::ModelBase >, bool > storm::cli::preprocessModel | ( | std::shared_ptr< storm::models::ModelBase > const & | model, |
SymbolicInput const & | input, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 789 of file model-handling.h.
std::shared_ptr< storm::models::sparse::Model< ValueType > > storm::cli::preprocessSparseMarkovAutomaton | ( | std::shared_ptr< storm::models::sparse::MarkovAutomaton< ValueType > > const & | model | ) |
Definition at line 547 of file model-handling.h.
std::pair< std::shared_ptr< storm::models::sparse::Model< ValueType > >, bool > storm::cli::preprocessSparseModel | ( | std::shared_ptr< storm::models::sparse::Model< ValueType > > const & | model, |
SymbolicInput const & | input, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 586 of file model-handling.h.
std::shared_ptr< storm::models::sparse::Model< ValueType > > storm::cli::preprocessSparseModelBisimulation | ( | std::shared_ptr< storm::models::sparse::Model< ValueType > > const & | model, |
SymbolicInput const & | input, | ||
storm::settings::modules::BisimulationSettings const & | bisimulationSettings | ||
) |
Definition at line 573 of file model-handling.h.
|
inline |
Definition at line 354 of file model-handling.h.
|
inline |
Definition at line 810 of file model-handling.h.
|
inline |
Definition at line 814 of file model-handling.h.
void storm::cli::printFilteredResult | ( | std::unique_ptr< storm::modelchecker::CheckResult > const & | result, |
storm::modelchecker::FilterType | ft | ||
) |
Definition at line 890 of file model-handling.h.
void storm::cli::printHeader | ( | std::string const & | name, |
const int | argc, | ||
const char ** | argv | ||
) |
|
inline |
Definition at line 952 of file model-handling.h.
void storm::cli::printResult | ( | std::unique_ptr< storm::modelchecker::CheckResult > const & | result, |
storm::jani::Property const & | property, | ||
storm::utility::Stopwatch * | watch = nullptr |
||
) |
Definition at line 974 of file model-handling.h.
void storm::cli::printResult | ( | std::unique_ptr< storm::modelchecker::CheckResult > const & | result, |
storm::logic::Formula const & | filterStatesFormula, | ||
storm::modelchecker::FilterType const & | filterType, | ||
storm::utility::Stopwatch * | watch = nullptr |
||
) |
Definition at line 957 of file model-handling.h.
void storm::cli::printTimeAndMemoryStatistics | ( | uint64_t | wallclockMilliseconds | ) |
int storm::cli::process | ( | std::string const & | name, |
std::string const & | executableName, | ||
std::function< void(std::string const &, std::string const &)> | initSettingsFunc, | ||
std::function< void(void)> | processOptionsFunc, | ||
const int | argc, | ||
const char ** | argv | ||
) |
void storm::cli::processInputWithValueType | ( | SymbolicInput const & | input, |
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1432 of file model-handling.h.
void storm::cli::processInputWithValueTypeAndDdlib | ( | SymbolicInput const & | input, |
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1408 of file model-handling.h.
std::string storm::cli::shellQuoteSingleIfNecessary | ( | const std::string & | arg | ) |
void storm::cli::verifyModel | ( | std::shared_ptr< storm::models::ModelBase > const & | model, |
SymbolicInput const & | input, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1364 of file model-handling.h.
void storm::cli::verifyProperties | ( | SymbolicInput const & | input, |
VerificationCallbackType const & | verificationCallback, | ||
PostprocessingCallbackType const & | postprocessingCallback = PostprocessingIdentity() |
||
) |
Verifies all (potentially preprocessed) properties given in input
.
input | Where the properties are read from |
verificationCallback | Function to perform the actual verification task for a given formula plus a filter formula to identify relevant states |
postprocessingCallback | Function that processes the verification result, such as e.g. output to a file |
Definition at line 1030 of file model-handling.h.
std::unique_ptr< storm::modelchecker::CheckResult > storm::cli::verifyProperty | ( | std::shared_ptr< storm::logic::Formula const > const & | formula, |
std::shared_ptr< storm::logic::Formula const > const & | statesFilter, | ||
VerificationCallbackType const & | verificationCallback | ||
) |
Verifies the given formula plus a filter formula to identify relevant states and warns the user in case of issues.
formula | the formula to check |
statesFilter | a second formula that identifies the relevant states (needs to be qualitative) |
verificationCallback | Function to perform the actual verification task for a given formula plus a filter formula to identify relevant states |
Definition at line 996 of file model-handling.h.
std::enable_if< DdType==storm::dd::DdType::CUDD &&!std::is_same< ValueType, double >::value, void >::type storm::cli::verifySymbolicModel | ( | std::shared_ptr< storm::models::ModelBase > const & | , |
SymbolicInput const & | , | ||
ModelProcessingInformation const & | |||
) |
Definition at line 1358 of file model-handling.h.
std::enable_if< DdType!=storm::dd::DdType::CUDD||std::is_same< ValueType, double >::value, void >::type storm::cli::verifySymbolicModel | ( | std::shared_ptr< storm::models::ModelBase > const & | model, |
SymbolicInput const & | input, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1346 of file model-handling.h.
void storm::cli::verifyWithAbstractionRefinementEngine | ( | std::shared_ptr< storm::models::ModelBase > const & | model, |
SymbolicInput const & | input, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1334 of file model-handling.h.
void storm::cli::verifyWithAbstractionRefinementEngine | ( | SymbolicInput const & | input, |
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1176 of file model-handling.h.
void storm::cli::verifyWithDdEngine | ( | std::shared_ptr< storm::models::ModelBase > const & | model, |
SymbolicInput const & | input, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1309 of file model-handling.h.
void storm::cli::verifyWithExplorationEngine | ( | SymbolicInput const & | input, |
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1192 of file model-handling.h.
void storm::cli::verifyWithHybridEngine | ( | std::shared_ptr< storm::models::ModelBase > const & | model, |
SymbolicInput const & | input, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1285 of file model-handling.h.
void storm::cli::verifyWithSparseEngine | ( | std::shared_ptr< storm::models::ModelBase > const & | model, |
SymbolicInput const & | input, | ||
ModelProcessingInformation const & | mpi | ||
) |
Definition at line 1204 of file model-handling.h.