Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
QualitativeCheckResult.cpp
Go to the documentation of this file.
2
5
6namespace storm {
7namespace modelchecker {
9 STORM_LOG_THROW(false, storm::exceptions::InvalidOperationException, "Unable to perform logical 'and' on the two check results.");
10}
11
13 STORM_LOG_THROW(false, storm::exceptions::InvalidOperationException, "Unable to perform logical 'or' on the two check results.");
14}
15
17 STORM_LOG_THROW(false, storm::exceptions::InvalidOperationException, "Unable to perform logical 'not' on the check result.");
18}
19
21 return true;
22}
23} // namespace modelchecker
24} // namespace storm
virtual QualitativeCheckResult & operator&=(QualitativeCheckResult const &other)
virtual QualitativeCheckResult & operator|=(QualitativeCheckResult const &other)
#define STORM_LOG_THROW(cond, exception, message)
Definition macros.h:30
LabParser.cpp.
Definition cli.cpp:18