1#ifndef STORM_LOGIC_EVENTUALLYFORMULA_H_
2#define STORM_LOGIC_EVENTUALLYFORMULA_H_
4#include <boost/optional.hpp>
15 boost::optional<RewardAccumulation> rewardAccumulation = boost::none);
33 virtual std::ostream&
writeToStream(std::ostream& out,
bool allowParentheses =
false)
const override;
39 boost::optional<RewardAccumulation> rewardAccumulation;