Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
QuantitativeCheckResult.cpp
Go to the documentation of this file.
2
3#include "storm-config.h"
5
8
9namespace storm {
10namespace modelchecker {
11
12template<typename ValueType>
14 STORM_LOG_THROW(false, storm::exceptions::InvalidOperationException, "Unable to perform comparison against bound on the check result.");
15}
16
17template<typename ValueType>
19 return true;
20}
21
23
24#ifdef STORM_HAVE_CARL
27#endif
28} // namespace modelchecker
29} // 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
LabParser.cpp.
Definition cli.cpp:18