Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SolverGuarantee.cpp
Go to the documentation of this file.
2
3namespace storm {
4namespace solver {
5
6std::ostream& operator<<(std::ostream& out, SolverGuarantee const& guarantee) {
7 switch (guarantee) {
9 out << "greater-or-equal";
10 break;
12 out << "greater-or-equal";
13 break;
15 out << "none";
16 break;
17 }
18 return out;
19}
20
21} // namespace solver
22} // namespace storm
std::ostream & operator<<(std::ostream &out, LinearEquationSolverProblemFormat const &format)
LabParser.cpp.
Definition cli.cpp:18