1#ifndef STORM_LOGIC_OPERATORFORMULA_H_
2#define STORM_LOGIC_OPERATORFORMULA_H_
4#include <boost/optional.hpp>
17 OperatorInformation(boost::optional<storm::solver::OptimizationDirection>
const& optimizationDirection = boost::none,
18 boost::optional<Bound>
const&
bound = boost::none);
41 template<
typename ValueType>
57 virtual void gatherUsedVariables(std::set<storm::expressions::Variable>& usedVariables)
const override;
59 virtual std::ostream&
writeToStream(std::ostream& out,
bool allowParentheses =
false)
const override;