Browse Source

LraViHelper: Fix for NondetTsNoIs

tempestpy_adaptions
Tim Quatmann 4 years ago
parent
commit
9fbb587884
  1. 2
      src/storm/modelchecker/helper/infinitehorizon/internal/LraViHelper.cpp

2
src/storm/modelchecker/helper/infinitehorizon/internal/LraViHelper.cpp

@ -96,8 +96,10 @@ namespace storm {
// The currently processed state is timed.
if (nondetTs()) {
tsTransitionsBuilder.newRowGroup(currTsRow);
if (_hasInstantStates) {
tsToIsTransitionsBuilder.newRowGroup(currTsRow);
}
}
// We need to uniformize which means that a diagonal entry for the selfloop will be inserted.
// If there are exit rates, the uniformization factor needs to be updated.
if (exitRates) {

Loading…
Cancel
Save