You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
278 B

  1. #ifndef STORM_LOGIC_FORMULACONTEXT_H_
  2. #define STORM_LOGIC_FORMULACONTEXT_H_
  3. namespace storm {
  4. namespace logic {
  5. enum class FormulaContext { Undefined, Probability, Reward, LongRunAverage, Time };
  6. }
  7. }
  8. #endif /* STORM_LOGIC_FORMULACONTEXT_H_ */