This is possibly going to change again
@ -121,13 +121,12 @@ namespace storm {
void setPrintUndefinedChoices(bool value = true);
private:
protected:
boost::optional<storm::storage::MemoryStructure> memoryStructure;
std::vector<std::vector<SchedulerChoice<ValueType>>> schedulerChoices;
bool printUndefinedChoices = false;
uint_fast64_t numOfUndefinedChoices;
uint_fast64_t numOfDeterministicChoices;
};