Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
FormulaContext.cpp
Go to the documentation of this file.
2#include <ostream>
3
4namespace storm {
5namespace logic {
6std::ostream& operator<<(std::ostream& out, FormulaContext const& formulaContext) {
7 switch (formulaContext) {
9 out << "Undefined";
10 break;
12 out << "Probability";
13 break;
15 out << "Reward";
16 break;
18 out << "LongRunAverage";
19 break;
21 out << "Time";
22 break;
23 }
24 return out;
25}
26} // namespace logic
27} // namespace storm
std::ostream & operator<<(std::ostream &out, Bound const &bound)
Definition Bound.h:40
LabParser.cpp.
Definition cli.cpp:18