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