20 template<
typename ValueType>
21 bool isSatisfied(ValueType
const& compareValue)
const;
25 template<
typename ValueType>
std::ostream & operator<<(std::ostream &out, Bound const &bound)
ComparisonType invert(ComparisonType t)
ComparisonType comparisonType
Bound(ComparisonType comparisonType, storm::expressions::Expression const &threshold)
Bound getInvertedBound() const
bool isLowerBound() const
storm::expressions::Expression threshold
friend std::ostream & operator<<(std::ostream &out, Bound const &bound)
storm::RationalNumber evaluateThresholdAsRational() const
bool isSatisfied(ValueType const &compareValue) const
ValueType evaluateThresholdAs() const