MultiAgentDecisionProcess
BGIP_BnB_Node.h File Reference
#include "Globals.h"
#include "BnB_JointTypeOrdering.h"
#include <limits.h>
#include <sstream>
#include "boost/shared_ptr.hpp"

Classes

class  BGIP_BnB_Node
 BGIP_BnB_Node represents a node in the search tree of BGIP_SolverBranchAndBound. More...
 
struct  std::less< BGIP_BnB_Node * >
 Overload the less<Type> template for BGIP_BnB_Node* (we want less to give an ordering according to values, not addresses...). More...
 
struct  std::less< BGIP_BnB_NodePtr >
 

Macros

#define DYNAMIC_JT_INDEX_MAPPING   0
 
#define INCR_EXPAND   0
 
#define MAINTAIN_FULL_POL   0
 

Typedefs

typedef boost::shared_ptr
< BGIP_BnB_Node
BGIP_BnB_NodePtr
 

Macro Definition Documentation

#define DYNAMIC_JT_INDEX_MAPPING   0
#define INCR_EXPAND   0
#define MAINTAIN_FULL_POL   0

Typedef Documentation

typedef boost::shared_ptr<BGIP_BnB_Node> BGIP_BnB_NodePtr