#ifndef STORM_LOGIC_FORMULACONTEXT_H_ #define STORM_LOGIC_FORMULACONTEXT_H_ namespace storm { namespace logic { enum class FormulaContext { Undefined, Probability, Reward, LongRunAverage, Time }; } } #endif /* STORM_LOGIC_FORMULACONTEXT_H_ */