Storm 1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SparseDtmcParameterLiftingModelChecker.h File Reference
Include dependency graph for SparseDtmcParameterLiftingModelChecker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  storm::modelchecker::SparseDtmcParameterLiftingModelChecker< SparseModelType, ConstantType, Robust >
 

Namespaces

namespace  storm
 LabParser.cpp.
 
namespace  storm::modelchecker
 

Typedefs

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 > >