Storm 1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
QuantitativeCheckResult.cpp
Go to the documentation of this file.
2
6
7namespace storm {
8namespace modelchecker {
9
10template<typename ValueType>
12 STORM_LOG_THROW(false, storm::exceptions::InvalidOperationException, "Unable to perform comparison against bound on the check result.");
13}
14
15template<typename ValueType>
17 return true;
18}
19
21
24} // namespace modelchecker
25} // namespace storm
virtual std::unique_ptr< CheckResult > compareAgainstBound(storm::logic::ComparisonType comparisonType, ValueType const &bound) const
#define STORM_LOG_THROW(cond, exception, message)
Definition macros.h:30