Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
MultiplicationStyle.cpp
Go to the documentation of this file.
2
3namespace storm {
4namespace solver {
5
6std::ostream& operator<<(std::ostream& out, MultiplicationStyle const& style) {
7 switch (style) {
9 out << "Gauss-Seidel";
10 break;
12 out << "Regular";
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