Storm
A Modern Probabilistic Model Checker
|
Classes | |
struct | AbstractionRefinementOptions |
std::unique_ptr< storm::modelchecker::CheckResult > storm::gbar::api::verifyWithAbstractionRefinementEngine | ( | std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const & | model, |
storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const & | task | ||
) |
Definition at line 101 of file verification.h.
std::enable_if<!std::is_same< ValueType, double >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type storm::gbar::api::verifyWithAbstractionRefinementEngine | ( | storm::Environment const & | , |
std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const & | , | ||
storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const & | |||
) |
Definition at line 94 of file verification.h.
std::enable_if< std::is_same< ValueType, double >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type storm::gbar::api::verifyWithAbstractionRefinementEngine | ( | storm::Environment const & | env, |
std::shared_ptr< storm::models::symbolic::Model< DdType, ValueType > > const & | model, | ||
storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const & | task | ||
) |
Definition at line 68 of file verification.h.
std::enable_if< std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type storm::gbar::api::verifyWithAbstractionRefinementEngine | ( | storm::Environment const & | env, |
storm::storage::SymbolicModelDescription const & | , | ||
storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const & | , | ||
AbstractionRefinementOptions const & | = AbstractionRefinementOptions() |
||
) |
Definition at line 53 of file verification.h.
std::enable_if<!std::is_same< ValueType, storm::RationalFunction >::value, std::unique_ptr< storm::modelchecker::CheckResult > >::type storm::gbar::api::verifyWithAbstractionRefinementEngine | ( | storm::Environment const & | env, |
storm::storage::SymbolicModelDescription const & | model, | ||
storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const & | task, | ||
AbstractionRefinementOptions const & | options = AbstractionRefinementOptions() |
||
) |
Definition at line 28 of file verification.h.
std::unique_ptr< storm::modelchecker::CheckResult > storm::gbar::api::verifyWithAbstractionRefinementEngine | ( | storm::storage::SymbolicModelDescription const & | model, |
storm::modelchecker::CheckTask< storm::logic::Formula, ValueType > const & | task, | ||
AbstractionRefinementOptions const & | options = AbstractionRefinementOptions() |
||
) |
Definition at line 60 of file verification.h.