Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
storm::storage::ParameterRegion< ParametricType > Member List

This is the complete list of members for storm::storage::ParameterRegion< ParametricType >, including all inherited members.

area() conststorm::storage::ParameterRegion< ParametricType >
CoefficientType typedefstorm::storage::ParameterRegion< ParametricType >
getBoundParent()storm::storage::ParameterRegion< ParametricType >
getCenterPoint() conststorm::storage::ParameterRegion< ParametricType >
getDifference(const std::string varName) conststorm::storage::ParameterRegion< ParametricType >
getDifference(VariableType const &variable) conststorm::storage::ParameterRegion< ParametricType >
getLowerBoundaries() conststorm::storage::ParameterRegion< ParametricType >
getLowerBoundary(VariableType const &variable) conststorm::storage::ParameterRegion< ParametricType >
getLowerBoundary(const std::string varName) conststorm::storage::ParameterRegion< ParametricType >
getPoint(storm::solver::OptimizationDirection dir, storm::analysis::MonotonicityResult< VariableType > &monRes) conststorm::storage::ParameterRegion< ParametricType >
getPoint(storm::solver::OptimizationDirection dir, std::set< VariableType > const &possibleMonotoneIncrParameters, std::set< VariableType > const &monDecrParameters) conststorm::storage::ParameterRegion< ParametricType >
getSomePoint() conststorm::storage::ParameterRegion< ParametricType >
getUpperBoundaries() conststorm::storage::ParameterRegion< ParametricType >
getUpperBoundary(VariableType const &variable) conststorm::storage::ParameterRegion< ParametricType >
getUpperBoundary(const std::string varName) conststorm::storage::ParameterRegion< ParametricType >
getVariables() conststorm::storage::ParameterRegion< ParametricType >
getVariablesSorted() conststorm::storage::ParameterRegion< ParametricType >
getVerticesOfRegion(std::set< VariableType > const &consideredVariables) conststorm::storage::ParameterRegion< ParametricType >
isSubRegion(ParameterRegion< ParametricType > region)storm::storage::ParameterRegion< ParametricType >
operator=(ParameterRegion< ParametricType > const &other)=defaultstorm::storage::ParameterRegion< ParametricType >
ParameterRegion()storm::storage::ParameterRegion< ParametricType >
ParameterRegion(Valuation const &lowerBoundaries, Valuation const &upperBoundaries)storm::storage::ParameterRegion< ParametricType >
ParameterRegion(Valuation &&lowerBoundaries, Valuation &&upperBoundaries)storm::storage::ParameterRegion< ParametricType >
ParameterRegion(ParameterRegion< ParametricType > const &other)=defaultstorm::storage::ParameterRegion< ParametricType >
ParameterRegion(ParameterRegion< ParametricType > &&other)=defaultstorm::storage::ParameterRegion< ParametricType >
setBoundParent(CoefficientType bound)storm::storage::ParameterRegion< ParametricType >
split(Valuation const &splittingPoint, std::vector< ParameterRegion< ParametricType > > &regionVector) conststorm::storage::ParameterRegion< ParametricType >
split(Valuation const &splittingPoint, std::vector< ParameterRegion< ParametricType > > &regionVector, std::set< VariableType > const &consideredVariables) conststorm::storage::ParameterRegion< ParametricType >
toString(bool boundariesAsDouble=false) conststorm::storage::ParameterRegion< ParametricType >
Valuation typedefstorm::storage::ParameterRegion< ParametricType >
VariableType typedefstorm::storage::ParameterRegion< ParametricType >
~ParameterRegion()=defaultstorm::storage::ParameterRegion< ParametricType >virtual