Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
MultiObjectiveModelCheckingMethod.cpp
Go to the documentation of this file.
2
3namespace storm {
4namespace modelchecker {
5namespace multiobjective {
6
7std::string toString(MultiObjectiveMethod m) {
8 switch (m) {
9 case MultiObjectiveMethod::Pcaa:
10 return "Pareto Curve Approximation Algorithm";
11 case MultiObjectiveMethod::ConstraintBased:
12 return "Constraint Based Algorithm";
13 }
14 return "invalid";
15}
16} // namespace multiobjective
17} // namespace modelchecker
18} // namespace storm
LabParser.cpp.
Definition cli.cpp:18