Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
FormulaContext.h
Go to the documentation of this file.
1
#ifndef STORM_LOGIC_FORMULACONTEXT_H_
2
#define STORM_LOGIC_FORMULACONTEXT_H_
3
4
#include <iosfwd>
5
6
namespace
storm
{
7
namespace
logic {
8
9
enum class
FormulaContext
{
Undefined
,
Probability
,
Reward
,
LongRunAverage
,
Time
};
10
std::ostream&
operator<<
(std::ostream& out,
FormulaContext
const
& formulaContext);
11
}
// namespace logic
12
}
// namespace storm
13
14
#endif
/* STORM_LOGIC_FORMULACONTEXT_H_ */
storm::logic::operator<<
std::ostream & operator<<(std::ostream &out, Bound const &bound)
Definition
Bound.h:40
storm::logic::FormulaContext
FormulaContext
Definition
FormulaContext.h:9
storm::logic::FormulaContext::Probability
@ Probability
storm::logic::FormulaContext::Reward
@ Reward
storm::logic::FormulaContext::LongRunAverage
@ LongRunAverage
storm::logic::FormulaContext::Time
@ Time
storm::logic::FormulaContext::Undefined
@ Undefined
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
logic
FormulaContext.h
Generated by
1.9.8