|
Storm 1.13.0.1
A Modern Probabilistic Model Checker
|
#include <ConditionalModelCheckerEnvironment.h>
Public Member Functions | |
| ConditionalModelCheckerEnvironment () | |
| ~ConditionalModelCheckerEnvironment () | |
| ConditionalAlgorithmSetting | getAlgorithm () const |
| void | setAlgorithm (ConditionalAlgorithmSetting value) |
| storm::RationalNumber | getPrecision () const |
| bool | isPrecisionSetFromDefault () const |
| void | setPrecision (storm::RationalNumber const &value, bool setFromDefault) |
| bool | isRelativePrecision () const |
| void | setRelativePrecision (bool value) |
Definition at line 8 of file ConditionalModelCheckerEnvironment.h.
| storm::ConditionalModelCheckerEnvironment::ConditionalModelCheckerEnvironment | ( | ) |
Definition at line 10 of file ConditionalModelCheckerEnvironment.cpp.
| storm::ConditionalModelCheckerEnvironment::~ConditionalModelCheckerEnvironment | ( | ) |
Definition at line 18 of file ConditionalModelCheckerEnvironment.cpp.
| ConditionalAlgorithmSetting storm::ConditionalModelCheckerEnvironment::getAlgorithm | ( | ) | const |
Definition at line 22 of file ConditionalModelCheckerEnvironment.cpp.
| storm::RationalNumber storm::ConditionalModelCheckerEnvironment::getPrecision | ( | ) | const |
Definition at line 30 of file ConditionalModelCheckerEnvironment.cpp.
| bool storm::ConditionalModelCheckerEnvironment::isPrecisionSetFromDefault | ( | ) | const |
Definition at line 39 of file ConditionalModelCheckerEnvironment.cpp.
| bool storm::ConditionalModelCheckerEnvironment::isRelativePrecision | ( | ) | const |
Definition at line 43 of file ConditionalModelCheckerEnvironment.cpp.
| void storm::ConditionalModelCheckerEnvironment::setAlgorithm | ( | ConditionalAlgorithmSetting | value | ) |
Definition at line 26 of file ConditionalModelCheckerEnvironment.cpp.
| void storm::ConditionalModelCheckerEnvironment::setPrecision | ( | storm::RationalNumber const & | value, |
| bool | setFromDefault ) |
Definition at line 34 of file ConditionalModelCheckerEnvironment.cpp.
| void storm::ConditionalModelCheckerEnvironment::setRelativePrecision | ( | bool | value | ) |
Definition at line 47 of file ConditionalModelCheckerEnvironment.cpp.