|
@ -57,10 +57,10 @@ namespace storm { |
|
|
|
|
|
|
|
|
std::ostream& EventuallyFormula::writeToStream(std::ostream& out) const { |
|
|
std::ostream& EventuallyFormula::writeToStream(std::ostream& out) const { |
|
|
out << "F "; |
|
|
out << "F "; |
|
|
this->getSubformula().writeToStream(out); |
|
|
|
|
|
if (hasRewardAccumulation()) { |
|
|
if (hasRewardAccumulation()) { |
|
|
out << "[" << getRewardAccumulation() << "]"; |
|
|
out << "[" << getRewardAccumulation() << "]"; |
|
|
} |
|
|
} |
|
|
|
|
|
this->getSubformula().writeToStream(out); |
|
|
return out; |
|
|
return out; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|