|
|
@ -763,7 +763,7 @@ namespace storm { |
|
|
|
storm::jani::Edge const& edge = *iteratorList[i]->second; |
|
|
|
lowestDestinationAssignmentLevel = std::min(lowestDestinationAssignmentLevel, edge.getLowestAssignmentLevel()); |
|
|
|
highestDestinationAssignmentLevel = std::max(highestDestinationAssignmentLevel, edge.getHighestAssignmentLevel()); |
|
|
|
if (!edge.getAssignments().empty()) { |
|
|
|
if (!edge.getAssignments().empty(true)) { |
|
|
|
lowestEdgeAssignmentLevel = std::min(lowestEdgeAssignmentLevel, edge.getAssignments().getLowestLevel(true)); |
|
|
|
highestEdgeAssignmentLevel = std::max(highestEdgeAssignmentLevel, edge.getAssignments().getHighestLevel(true)); |
|
|
|
} |
|
|
|