MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
BGIP_SolverType.h
Go to the documentation of this file.
1
28
#ifndef _BG_SOLVER_TYPE_H_
29
#define _BG_SOLVER_TYPE_H_ 1
30
31
#include <string>
32
33
namespace
BGIP_SolverType {
34
35
enum
BGIP_Solver_t
{
36
BFS
,
AM
,
37
Random
38
};
39
const
std::string
BGIP_SolverNames
[] = {
40
"BGIP_Solver-BFS"
,
41
"BGIP_Solver-AM"
,
42
"BGIP_Solver-Random"
,
43
};
44
std::string
SoftPrint
(
BGIP_Solver_t
type);
45
const
size_t
NUMBER_OF_BGIP_SOLVER_TYPES
= 4;
46
47
}
48
49
#endif
/* !_BG_SOLVER_TYPE_H_*/
src
planning
BGIP_SolverType.h
Generated on Mon Sep 23 2013 14:50:05 for MultiAgentDecisionProcess by
1.8.1.2