@ -1589,6 +1589,13 @@ namespace storm {
return false;
}
for (auto const& entry : *this) {
if (comparator.isConstant(entry.getValue())) {
if (comparator.isLess(entry.getValue(), storm::utility::zero<ValueType>())) {
return true;