|
template<typename ValueType > |
storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > | storm::api::createTask (std::shared_ptr< const storm::logic::Formula > const &formula, bool onlyInitialStatesRelevant=false) |
|
template<typename ValueType > |
std::enable_if< std::is_same< ValueType, double >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithExplorationEngine (storm::Environment const &env, storm::storage::SymbolicModelDescription const &model, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::enable_if<!std::is_same< ValueType, double >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithExplorationEngine (storm::Environment const &, storm::storage::SymbolicModelDescription const &, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithExplorationEngine (storm::storage::SymbolicModelDescription const &model, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Dtmc< ValueType > > const &dtmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithSparseEngine (std::shared_ptr< storm::models::sparse::Dtmc< ValueType > > const &dtmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Ctmc< ValueType > > const &ctmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithSparseEngine (std::shared_ptr< storm::models::sparse::Ctmc< ValueType > > const &ctmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::enable_if<!std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Mdp< ValueType > > const &mdp, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::enable_if< std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Mdp< ValueType > > const &mdp, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithSparseEngine (std::shared_ptr< storm::models::sparse::Mdp< ValueType > > const &mdp, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::enable_if<!std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::MarkovAutomaton< ValueType > > const &ma, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::enable_if< std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithSparseEngine (storm::Environment const &, std::shared_ptr< storm::models::sparse::MarkovAutomaton< ValueType > > const &, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithSparseEngine (std::shared_ptr< storm::models::sparse::MarkovAutomaton< ValueType > > const &ma, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::enable_if<!std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Smg< ValueType > > const &smg, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::enable_if< std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithSparseEngine (storm::Environment const &, std::shared_ptr< storm::models::sparse::Smg< ValueType > > const &, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithSparseEngine (std::shared_ptr< storm::models::sparse::Smg< ValueType > > const &smg, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Model< ValueType > > const &model, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithSparseEngine (std::shared_ptr< storm::models::sparse::Model< ValueType > > const &model, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::computeSteadyStateDistributionWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Dtmc< ValueType > > const &dtmc) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::computeSteadyStateDistributionWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Ctmc< ValueType > > const &ctmc) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::computeSteadyStateDistributionWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Model< ValueType > > const &model) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::computeExpectedVisitingTimesWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Dtmc< ValueType > > const &dtmc) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::computeExpectedVisitingTimesWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Ctmc< ValueType > > const &ctmc) |
|
template<typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::computeExpectedVisitingTimesWithSparseEngine (storm::Environment const &env, std::shared_ptr< storm::models::sparse::Model< ValueType > > const &model) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithHybridEngine (storm::Environment const &env, std::shared_ptr< storm::models::symbolic::Dtmc< DdType, ValueType > > const &dtmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithHybridEngine (std::shared_ptr< storm::models::symbolic::Dtmc< DdType, ValueType > > const &dtmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithHybridEngine (storm::Environment const &env, std::shared_ptr< storm::models::symbolic::Ctmc< DdType, ValueType > > const &ctmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithHybridEngine (std::shared_ptr< storm::models::symbolic::Ctmc< DdType, ValueType > > const &ctmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::enable_if<!std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithHybridEngine (storm::Environment const &env, std::shared_ptr< storm::models::symbolic::Mdp< DdType, ValueType > > const &mdp, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::enable_if< std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithHybridEngine (storm::Environment const &, std::shared_ptr< storm::models::symbolic::Mdp< DdType, ValueType > > const &, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithHybridEngine (std::shared_ptr< storm::models::symbolic::Mdp< DdType, ValueType > > const &mdp, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::enable_if<!std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithHybridEngine (storm::Environment const &env, std::shared_ptr< storm::models::symbolic::MarkovAutomaton< DdType, ValueType > > const &ma, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::enable_if< std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithHybridEngine (storm::Environment const &, std::shared_ptr< storm::models::symbolic::MarkovAutomaton< DdType, ValueType > > const &, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithHybridEngine (std::shared_ptr< storm::models::symbolic::MarkovAutomaton< DdType, ValueType > > const &ma, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithHybridEngine (storm::Environment const &env, std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const &model, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithHybridEngine (std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const &model, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithDdEngine (storm::Environment const &env, std::shared_ptr< storm::models::symbolic::Dtmc< DdType, ValueType > > const &dtmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithDdEngine (std::shared_ptr< storm::models::symbolic::Dtmc< DdType, ValueType > > const &dtmc, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::enable_if<!std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithDdEngine (storm::Environment const &env, std::shared_ptr< storm::models::symbolic::Mdp< DdType, ValueType > > const &mdp, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::enable_if< std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type | storm::api::verifyWithDdEngine (storm::Environment const &, std::shared_ptr< storm::models::symbolic::Mdp< DdType, ValueType > > const &, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithDdEngine (std::shared_ptr< storm::models::symbolic::Mdp< DdType, ValueType > > const &mdp, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithDdEngine (storm::Environment const &env, std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const &model, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|
template<storm::dd::DdType DdType, typename ValueType > |
std::unique_ptr< storm::modelchecker::CheckResult > | storm::api::verifyWithDdEngine (std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const &model, storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const &task) |
|