Go to the source code of this file.
|
| template<typename ConstantType , bool Robust> |
| using | storm::modelchecker::SolverFactoryType = std::conditional_t< Robust, storm::solver::MinMaxLinearEquationSolverFactory< storm::Interval, ConstantType >, storm::solver::MinMaxLinearEquationSolverFactory< ConstantType > > |
| |
| template<typename ConstantType , bool Robust> |
| using | storm::modelchecker::GeneralSolverFactoryType = std::conditional_t< Robust, storm::solver::GeneralMinMaxLinearEquationSolverFactory< storm::Interval, ConstantType >, storm::solver::GeneralMinMaxLinearEquationSolverFactory< ConstantType > > |
| |
| template<typename ParametricType , typename ConstantType , bool Robust> |
| using | storm::modelchecker::ParameterLifterType = std::conditional_t< Robust, storm::transformer::RobustParameterLifter< ParametricType, ConstantType >, storm::transformer::ParameterLifter< ParametricType, ConstantType > > |
| |