|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <SolverEnvironment.h>
Definition at line 25 of file SolverEnvironment.h.
| storm::SolverEnvironment::SolverEnvironment | ( | ) |
Definition at line 15 of file SolverEnvironment.cpp.
| storm::SolverEnvironment::~SolverEnvironment | ( | ) |
Definition at line 23 of file SolverEnvironment.cpp.
| EigenSolverEnvironment & storm::SolverEnvironment::eigen | ( | ) |
Definition at line 59 of file SolverEnvironment.cpp.
| EigenSolverEnvironment const & storm::SolverEnvironment::eigen | ( | ) | const |
Definition at line 63 of file SolverEnvironment.cpp.
| GameSolverEnvironment & storm::SolverEnvironment::game | ( | ) |
Definition at line 83 of file SolverEnvironment.cpp.
| GameSolverEnvironment const & storm::SolverEnvironment::game | ( | ) | const |
Definition at line 87 of file SolverEnvironment.cpp.
| storm::solver::EquationSolverType const & storm::SolverEnvironment::getLinearEquationSolverType | ( | ) | const |
Definition at line 123 of file SolverEnvironment.cpp.
| std::pair< boost::optional< storm::RationalNumber >, boost::optional< bool > > storm::SolverEnvironment::getPrecisionOfLinearEquationSolver | ( | storm::solver::EquationSolverType const & | solverType | ) | const |
Definition at line 136 of file SolverEnvironment.cpp.
| GmmxxSolverEnvironment & storm::SolverEnvironment::gmmxx | ( | ) |
Definition at line 67 of file SolverEnvironment.cpp.
| GmmxxSolverEnvironment const & storm::SolverEnvironment::gmmxx | ( | ) | const |
Definition at line 71 of file SolverEnvironment.cpp.
| bool storm::SolverEnvironment::isForceExact | ( | ) | const |
Definition at line 115 of file SolverEnvironment.cpp.
| bool storm::SolverEnvironment::isForceSoundness | ( | ) | const |
Definition at line 107 of file SolverEnvironment.cpp.
| bool storm::SolverEnvironment::isLinearEquationSolverTypeSetFromDefaultValue | ( | ) | const |
Definition at line 132 of file SolverEnvironment.cpp.
| LongRunAverageSolverEnvironment & storm::SolverEnvironment::lra | ( | ) |
Definition at line 27 of file SolverEnvironment.cpp.
| LongRunAverageSolverEnvironment const & storm::SolverEnvironment::lra | ( | ) | const |
Definition at line 31 of file SolverEnvironment.cpp.
| MinMaxSolverEnvironment & storm::SolverEnvironment::minMax | ( | ) |
Definition at line 43 of file SolverEnvironment.cpp.
| MinMaxSolverEnvironment const & storm::SolverEnvironment::minMax | ( | ) | const |
Definition at line 47 of file SolverEnvironment.cpp.
| MultiplierEnvironment & storm::SolverEnvironment::multiplier | ( | ) |
Definition at line 51 of file SolverEnvironment.cpp.
| MultiplierEnvironment const & storm::SolverEnvironment::multiplier | ( | ) | const |
Definition at line 55 of file SolverEnvironment.cpp.
| NativeSolverEnvironment & storm::SolverEnvironment::native | ( | ) |
Definition at line 75 of file SolverEnvironment.cpp.
| NativeSolverEnvironment const & storm::SolverEnvironment::native | ( | ) | const |
Definition at line 79 of file SolverEnvironment.cpp.
| OviSolverEnvironment & storm::SolverEnvironment::ovi | ( | ) |
Definition at line 99 of file SolverEnvironment.cpp.
| OviSolverEnvironment const & storm::SolverEnvironment::ovi | ( | ) | const |
Definition at line 103 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setForceExact | ( | bool | value | ) |
Definition at line 119 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setForceSoundness | ( | bool | value | ) |
Definition at line 111 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setLinearEquationSolverPrecision | ( | boost::optional< storm::RationalNumber > const & | newPrecision, |
| boost::optional< bool > const & | relativePrecision = boost::none |
||
| ) |
Definition at line 161 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setLinearEquationSolverType | ( | storm::solver::EquationSolverType const & | value, |
| bool | isSetFromDefault = false |
||
| ) |
Definition at line 127 of file SolverEnvironment.cpp.
| TimeBoundedSolverEnvironment & storm::SolverEnvironment::timeBounded | ( | ) |
Definition at line 35 of file SolverEnvironment.cpp.
| TimeBoundedSolverEnvironment const & storm::SolverEnvironment::timeBounded | ( | ) | const |
Definition at line 39 of file SolverEnvironment.cpp.
| TopologicalSolverEnvironment & storm::SolverEnvironment::topological | ( | ) |
Definition at line 91 of file SolverEnvironment.cpp.
| TopologicalSolverEnvironment const & storm::SolverEnvironment::topological | ( | ) | const |
Definition at line 95 of file SolverEnvironment.cpp.