Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SymbolicQualitativeResultMinMax.cpp
Go to the documentation of this file.
3
5
6namespace storm::gbar {
7namespace abstraction {
8
9template<storm::dd::DdType Type>
11 return true;
12}
13
14template<storm::dd::DdType Type>
16 return getProb0(storm::OptimizationDirection::Minimize);
17}
18
19template<storm::dd::DdType Type>
21 return getProb1(storm::OptimizationDirection::Minimize);
22}
23
24template<storm::dd::DdType Type>
26 return getProb0(storm::OptimizationDirection::Maximize);
27}
28
29template<storm::dd::DdType Type>
31 return getProb1(storm::OptimizationDirection::Maximize);
32}
33
36
37} // namespace abstraction
38} // namespace storm::gbar
SymbolicQualitativeResult< Type > const & getProb0Min() const
SymbolicQualitativeResult< Type > const & getProb0Max() const
SymbolicQualitativeResult< Type > const & getProb1Max() const
SymbolicQualitativeResult< Type > const & getProb1Min() const