|
|
@ -5,11 +5,11 @@ |
|
|
|
|
|
|
|
namespace storm { |
|
|
|
namespace modelchecker { |
|
|
|
QualitativeCheckResult& QualitativeCheckResult::operator&=(QualitativeCheckResult const& other) { |
|
|
|
QualitativeCheckResult& QualitativeCheckResult::operator&=(QualitativeCheckResult const&) { |
|
|
|
STORM_LOG_THROW(false, storm::exceptions::InvalidOperationException, "Unable to perform logical 'and' on the two check results."); |
|
|
|
} |
|
|
|
|
|
|
|
QualitativeCheckResult& QualitativeCheckResult::operator|=(QualitativeCheckResult const& other) { |
|
|
|
QualitativeCheckResult& QualitativeCheckResult::operator|=(QualitativeCheckResult const&) { |
|
|
|
STORM_LOG_THROW(false, storm::exceptions::InvalidOperationException, "Unable to perform logical 'or' on the two check results."); |
|
|
|
} |
|
|
|
|
|
|
|