Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SolverGuarantee.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <ostream>
4
5
namespace
storm
{
6
namespace
solver {
7
8
// The guarantees a solver can provide.
9
// GreaterOrEqual means that the provided solution is greater or equal than the actual solution.
10
// LessOrEqual means that the provided solution is less or equal than the actual solution.
11
// None means that the solver cannot provide any guarantees.
12
enum class
SolverGuarantee
{
GreaterOrEqual
,
LessOrEqual
,
None
};
13
14
std::ostream&
operator<<
(std::ostream& out,
SolverGuarantee
const
& guarantee);
15
16
}
// namespace solver
17
}
// namespace storm
storm::solver::SolverGuarantee
SolverGuarantee
Definition
SolverGuarantee.h:12
storm::solver::SolverGuarantee::None
@ None
storm::solver::SolverGuarantee::GreaterOrEqual
@ GreaterOrEqual
storm::solver::SolverGuarantee::LessOrEqual
@ LessOrEqual
storm::solver::operator<<
std::ostream & operator<<(std::ostream &out, LinearEquationSolverProblemFormat const &format)
Definition
LinearEquationSolverProblemFormat.cpp:6
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
solver
SolverGuarantee.h
Generated by
1.9.8