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
5namespace storm {
6namespace 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.
13
14std::ostream& operator<<(std::ostream& out, SolverGuarantee const& guarantee);
15
16} // namespace solver
17} // namespace storm
std::ostream & operator<<(std::ostream &out, LinearEquationSolverProblemFormat const &format)
LabParser.cpp.
Definition cli.cpp:18