|
@ -27,7 +27,7 @@ namespace storm { |
|
|
std::stringstream stream; |
|
|
std::stringstream stream; |
|
|
stream << entry.first << " -> "; |
|
|
stream << entry.first << " -> "; |
|
|
if (entry.second) { |
|
|
if (entry.second) { |
|
|
stream << entry.second; |
|
|
|
|
|
|
|
|
stream << entry.second.get(); |
|
|
} else { |
|
|
} else { |
|
|
stream << "tau"; |
|
|
stream << "tau"; |
|
|
} |
|
|
} |
|
|