1#ifndef STORM_LOGIC_UNTILFORMULA_H_
2#define STORM_LOGIC_UNTILFORMULA_H_
10 UntilFormula(std::shared_ptr<Formula const>
const& leftSubformula, std::shared_ptr<Formula const>
const& rightSubformula);
21 virtual std::ostream&
writeToStream(std::ostream& out,
bool allowParentheses =
false)
const override;