MultiAgentDecisionProcess
ProblemType Namespace Reference

ProblemType is a enumeration of different problems. More...

Enumerations

enum  Problem_t {
  PARSE, DT, FF, FFF,
  FFG, FFGOpt, Aloha, AlohaOpt,
  DTcreak, TCP, Random
}
 These are the standard problem types. More...
 

Functions

string SoftPrint (Problem_t t)
 

Detailed Description

ProblemType is a enumeration of different problems.

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 
FFF 
FFG 
FFGOpt 
Aloha 
AlohaOpt 
DTcreak 
TCP 
Random 

Function Documentation

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

References Aloha, DT, DTcreak, FF, FFF, FFG, and PARSE.