1#ifndef STORM_LOGIC_MULTIOBJECTIVEFORMULA_H_
2#define STORM_LOGIC_MULTIOBJECTIVEFORMULA_H_
28 std::vector<std::shared_ptr<Formula const>>
const&
getSubformulas()
const;
32 virtual void gatherAtomicLabelFormulas(std::vector<std::shared_ptr<AtomicLabelFormula const>>& atomicLabelFormulas)
const override;
34 virtual void gatherUsedVariables(std::set<storm::expressions::Variable>& usedVariables)
const override;
36 virtual std::ostream&
writeToStream(std::ostream& out,
bool allowParentheses =
false)
const override;
39 std::vector<std::shared_ptr<Formula const>> subformulas;