|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
#include <SolverEnvironment.h>
Definition at line 28 of file SolverEnvironment.h.
| storm::SolverEnvironment::SolverEnvironment | ( | ) |
Definition at line 17 of file SolverEnvironment.cpp.
| storm::SolverEnvironment::~SolverEnvironment | ( | ) |
Definition at line 28 of file SolverEnvironment.cpp.
| EigenSolverEnvironment & storm::SolverEnvironment::eigen | ( | ) |
Definition at line 64 of file SolverEnvironment.cpp.
| EigenSolverEnvironment const & storm::SolverEnvironment::eigen | ( | ) | const |
Definition at line 68 of file SolverEnvironment.cpp.
| EliminationSolverEnvironment & storm::SolverEnvironment::elimination | ( | ) |
Definition at line 104 of file SolverEnvironment.cpp.
| EliminationSolverEnvironment const & storm::SolverEnvironment::elimination | ( | ) | const |
Definition at line 108 of file SolverEnvironment.cpp.
| GameSolverEnvironment & storm::SolverEnvironment::game | ( | ) |
Definition at line 88 of file SolverEnvironment.cpp.
| GameSolverEnvironment const & storm::SolverEnvironment::game | ( | ) | const |
Definition at line 92 of file SolverEnvironment.cpp.
| storm::solver::EquationSolverType const & storm::SolverEnvironment::getLinearEquationSolverType | ( | ) | const |
Definition at line 160 of file SolverEnvironment.cpp.
| storm::solver::LpSolverType const & storm::SolverEnvironment::getLpSolverType | ( | ) | const |
Definition at line 173 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 186 of file SolverEnvironment.cpp.
| GlpkSolverEnvironment & storm::SolverEnvironment::glpk | ( | ) |
Definition at line 128 of file SolverEnvironment.cpp.
| GlpkSolverEnvironment const & storm::SolverEnvironment::glpk | ( | ) | const |
Definition at line 132 of file SolverEnvironment.cpp.
| GmmxxSolverEnvironment & storm::SolverEnvironment::gmmxx | ( | ) |
Definition at line 72 of file SolverEnvironment.cpp.
| GmmxxSolverEnvironment const & storm::SolverEnvironment::gmmxx | ( | ) | const |
Definition at line 76 of file SolverEnvironment.cpp.
| GurobiSolverEnvironment & storm::SolverEnvironment::gurobi | ( | ) |
Definition at line 120 of file SolverEnvironment.cpp.
| GurobiSolverEnvironment const & storm::SolverEnvironment::gurobi | ( | ) | const |
Definition at line 124 of file SolverEnvironment.cpp.
| bool storm::SolverEnvironment::isDebugSet | ( | ) | const |
Definition at line 152 of file SolverEnvironment.cpp.
| bool storm::SolverEnvironment::isForceExact | ( | ) | const |
Definition at line 144 of file SolverEnvironment.cpp.
| bool storm::SolverEnvironment::isForceSoundness | ( | ) | const |
Definition at line 136 of file SolverEnvironment.cpp.
| bool storm::SolverEnvironment::isLinearEquationSolverTypeSetFromDefaultValue | ( | ) | const |
Definition at line 169 of file SolverEnvironment.cpp.
| bool storm::SolverEnvironment::isLpSolverTypeSetFromDefaultValue | ( | ) | const |
Definition at line 182 of file SolverEnvironment.cpp.
| LongRunAverageSolverEnvironment & storm::SolverEnvironment::lra | ( | ) |
Definition at line 32 of file SolverEnvironment.cpp.
| LongRunAverageSolverEnvironment const & storm::SolverEnvironment::lra | ( | ) | const |
Definition at line 36 of file SolverEnvironment.cpp.
| MinMaxSolverEnvironment & storm::SolverEnvironment::minMax | ( | ) |
Definition at line 48 of file SolverEnvironment.cpp.
| MinMaxSolverEnvironment const & storm::SolverEnvironment::minMax | ( | ) | const |
Definition at line 52 of file SolverEnvironment.cpp.
| MultiplierEnvironment & storm::SolverEnvironment::multiplier | ( | ) |
Definition at line 56 of file SolverEnvironment.cpp.
| MultiplierEnvironment const & storm::SolverEnvironment::multiplier | ( | ) | const |
Definition at line 60 of file SolverEnvironment.cpp.
| NativeSolverEnvironment & storm::SolverEnvironment::native | ( | ) |
Definition at line 80 of file SolverEnvironment.cpp.
| NativeSolverEnvironment const & storm::SolverEnvironment::native | ( | ) | const |
Definition at line 84 of file SolverEnvironment.cpp.
| OviSolverEnvironment & storm::SolverEnvironment::ovi | ( | ) |
Definition at line 112 of file SolverEnvironment.cpp.
| OviSolverEnvironment const & storm::SolverEnvironment::ovi | ( | ) | const |
Definition at line 116 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setDebug | ( | bool | value | ) |
Definition at line 156 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setForceExact | ( | bool | value | ) |
Definition at line 148 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setForceSoundness | ( | bool | value | ) |
Definition at line 140 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setLinearEquationSolverPrecision | ( | boost::optional< storm::RationalNumber > const & | newPrecision, |
| boost::optional< bool > const & | relativePrecision = boost::none ) |
Definition at line 211 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setLinearEquationSolverType | ( | storm::solver::EquationSolverType const & | value, |
| bool | isSetFromDefault = false ) |
Definition at line 164 of file SolverEnvironment.cpp.
| void storm::SolverEnvironment::setLpSolverType | ( | storm::solver::LpSolverType const & | value, |
| bool | isSetFromDefault = false ) |
Definition at line 177 of file SolverEnvironment.cpp.
| TimeBoundedSolverEnvironment & storm::SolverEnvironment::timeBounded | ( | ) |
Definition at line 40 of file SolverEnvironment.cpp.
| TimeBoundedSolverEnvironment const & storm::SolverEnvironment::timeBounded | ( | ) | const |
Definition at line 44 of file SolverEnvironment.cpp.
| TopologicalSolverEnvironment & storm::SolverEnvironment::topological | ( | ) |
Definition at line 96 of file SolverEnvironment.cpp.
| TopologicalSolverEnvironment const & storm::SolverEnvironment::topological | ( | ) | const |
Definition at line 100 of file SolverEnvironment.cpp.