1#ifndef STORM_LOGIC_BOUND_H_
2#define STORM_LOGIC_BOUND_H_
21 template<
typename ValueType>
22 bool isSatisfied(ValueType
const& compareValue)
const;
26 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