|
@ -27,6 +27,8 @@ namespace storm { |
|
|
return "Native"; |
|
|
return "Native"; |
|
|
case EquationSolverType::Gmmxx: |
|
|
case EquationSolverType::Gmmxx: |
|
|
return "Gmmxx"; |
|
|
return "Gmmxx"; |
|
|
|
|
|
case EquationSolverType::Eigen: |
|
|
|
|
|
return "Eigen"; |
|
|
case EquationSolverType::Topological: |
|
|
case EquationSolverType::Topological: |
|
|
return "Topological"; |
|
|
return "Topological"; |
|
|
} |
|
|
} |
|
|