MultiAgentDecisionProcess  Release 0.2.1
ProblemType Namespace Reference

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)

Detailed Description

ProblemType is a class that represents TODO: fill out...

Enumeration Type Documentation

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).

Enumerator:
PARSE 
DT 
FF 

Definition at line 44 of file ProblemType.h.

Function Documentation

std::string ProblemType::SoftPrint ( Problem_t  t)

Definition at line 34 of file ProblemType.cpp.

References DT, FF, and PARSE.