MultiAgentDecisionProcess  Release 0.2.1
BGIP_SolverType Namespace Reference

Enumerations

enum  BGIP_Solver_t { BFS, AM, Random }

Functions

std::string SoftPrint (BGIP_Solver_t type)

Variables

const std::string BGIP_SolverNames []
const size_t NUMBER_OF_BGIP_SOLVER_TYPES = 4

Enumeration Type Documentation

Enumerator:
BFS 
AM 
Random 

Definition at line 35 of file BGIP_SolverType.h.

Function Documentation

std::string BGIP_SolverType::SoftPrint ( BGIP_Solver_t  type)

Definition at line 34 of file BGIP_SolverType.cpp.

References BGIP_SolverNames.

Variable Documentation

const std::string BGIP_SolverType::BGIP_SolverNames[]
Initial value:
{
"BGIP_Solver-BFS",
"BGIP_Solver-AM",
"BGIP_Solver-Random",
}

Definition at line 39 of file BGIP_SolverType.h.

Referenced by SoftPrint().

const size_t BGIP_SolverType::NUMBER_OF_BGIP_SOLVER_TYPES = 4

Definition at line 45 of file BGIP_SolverType.h.

Referenced by ArgumentHandlers::gmaa_parse_argument().