Storm
1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
FormulaContext.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <iosfwd>
4
5
namespace
storm
{
6
namespace
logic
{
7
8
enum class
FormulaContext
{
Undefined
,
Probability
,
Reward
,
LongRunAverage
,
Time
};
9
std::ostream&
operator<<
(std::ostream& out,
FormulaContext
const
& formulaContext);
10
}
// namespace logic
11
}
// namespace storm
storm::logic
Definition
solutionFunctions.h:14
storm::logic::operator<<
std::ostream & operator<<(std::ostream &out, Bound const &bound)
Definition
Bound.h:39
storm::logic::FormulaContext
FormulaContext
Definition
FormulaContext.h:8
storm::logic::FormulaContext::Probability
@ Probability
Definition
FormulaContext.h:8
storm::logic::FormulaContext::Reward
@ Reward
Definition
FormulaContext.h:8
storm::logic::FormulaContext::LongRunAverage
@ LongRunAverage
Definition
FormulaContext.h:8
storm::logic::FormulaContext::Time
@ Time
Definition
FormulaContext.h:8
storm::logic::FormulaContext::Undefined
@ Undefined
Definition
FormulaContext.h:8
storm
Definition
AutomaticSettings.cpp:13
src
storm
logic
FormulaContext.h
Generated by
1.15.0