Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
MultiObjectiveModelCheckingMethod.cpp
Go to the documentation of this file.
1
#include "
storm/modelchecker/multiobjective/MultiObjectiveModelCheckingMethod.h
"
2
3
namespace
storm
{
4
namespace
modelchecker {
5
namespace
multiobjective {
6
7
std::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
MultiObjectiveModelCheckingMethod.h
storm::modelchecker::multiobjective::toString
std::string toString(MultiObjectiveMethod m)
Definition
MultiObjectiveModelCheckingMethod.cpp:7
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
modelchecker
multiobjective
MultiObjectiveModelCheckingMethod.cpp
Generated by
1.9.8