|
@ -226,9 +226,11 @@ namespace storm { |
|
|
out << "___________________________________________________________________" << std::endl; |
|
|
out << "___________________________________________________________________" << std::endl; |
|
|
|
|
|
|
|
|
// TODO only for tests:
|
|
|
// TODO only for tests:
|
|
|
|
|
|
if(!isMemorylessScheduler()) { |
|
|
out << memoryStructure->toString(); |
|
|
out << memoryStructure->toString(); |
|
|
out << std::endl; |
|
|
out << std::endl; |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
template <> |
|
|
template <> |
|
|
void Scheduler<float>::printJsonToStream(std::ostream& out, std::shared_ptr<storm::models::sparse::Model<float>> model, bool skipUniqueChoices) const { |
|
|
void Scheduler<float>::printJsonToStream(std::ostream& out, std::shared_ptr<storm::models::sparse::Model<float>> model, bool skipUniqueChoices) const { |
|
|