|
@ -137,7 +137,9 @@ namespace storm { |
|
|
bool RegionSettings::check() const { |
|
|
bool RegionSettings::check() const { |
|
|
if (isRefineSet() && isExtremumSet()) { |
|
|
if (isRefineSet() && isExtremumSet()) { |
|
|
STORM_LOG_ERROR("Can not compute extremum values AND perform region refinement."); |
|
|
STORM_LOG_ERROR("Can not compute extremum values AND perform region refinement."); |
|
|
|
|
|
return false; |
|
|
} |
|
|
} |
|
|
|
|
|
return true; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
bool RegionSettings::isPrintNoIllustrationSet() const { |
|
|
bool RegionSettings::isPrintNoIllustrationSet() const { |
|
|