1#ifndef STORM_LOGIC_TOTALREWARDFORMULA_H_
2#define STORM_LOGIC_TOTALREWARDFORMULA_H_
4#include <boost/optional.hpp>
13 TotalRewardFormula(boost::optional<RewardAccumulation> rewardAccumulation = boost::none);
27 virtual std::ostream&
writeToStream(std::ostream& out,
bool allowParentheses =
false)
const override;
30 boost::optional<RewardAccumulation> rewardAccumulation;