MultiAgentDecisionProcess  Release 0.2.1
ProblemType.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _PROBLEMTYPE_H_
30 #define _PROBLEMTYPE_H_ 1
31 
32 /* the include directives */
33 #include "Globals.h"
34 
37 namespace ProblemType
38 {
40 
44  enum Problem_t {PARSE, DT, FF};
45 
46  std::string SoftPrint(Problem_t t);
47 };
48 
49 
50 #endif /* !_PROBLEMTYPE_H_ */
51 
52 // Local Variables: ***
53 // mode:c++ ***
54 // End: ***