Browse Source

arbitrary choice for dontCareStates

tempestpy_adaptions
hannah 3 years ago
committed by Stefan Pranger
parent
commit
1f17b31bbe
  1. 2
      src/storm/storage/Scheduler.cpp

2
src/storm/storage/Scheduler.cpp

@ -102,6 +102,8 @@ namespace storm {
--numOfDeterministicChoices;
}
// Set an arbitrary choice
schedulerChoices[memoryState][modelState] = SchedulerChoice<ValueType>(0);
}
}

Loading…
Cancel
Save