MultiAgentDecisionProcess
Release 0.2.1
|
ProblemType is a class that represents TODO: fill out... More...
Enumerations | |
enum | Problem_t { PARSE, DT, FF } |
These are the standard problem types. More... |
Functions | |
string | SoftPrint (Problem_t t) |
ProblemType is a class that represents TODO: fill out...
These are the standard problem types.
Note: to be able to specify them as an argument on the command line, you also need to add them to the argumentHandler (in argumentHandler.cpp).
Definition at line 44 of file ProblemType.h.
std::string ProblemType::SoftPrint | ( | Problem_t | t | ) |
Definition at line 34 of file ProblemType.cpp.