HOG2
Classes | Namespaces | Macros | Typedefs
MeroB.h File Reference
#include <math.h>
#include "GraphAlgorithm.h"
#include "SearchEnvironment.h"
#include "GraphEnvironment.h"
#include <unordered_map>
#include "FPUtil.h"
#include "OpenClosedList.h"
Include dependency graph for MeroB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MeroBUtil::SearchNode
 
struct  MeroBUtil::SearchNodeEqual
 
struct  MeroBUtil::SearchNodeCompare
 
struct  MeroBUtil::GGreater
 
struct  MeroBUtil::SearchNodeHash
 
struct  MeroBUtil::graphGenerator
 
class  MeroB
 

Namespaces

 MeroBUtil
 

Macros

#define UINT32_MAX   4294967295U
 
#define MB_A   1
 
#define MB_B   2
 
#define MB_BP   3
 

Typedefs

typedef OpenClosedList< MeroBUtil::SearchNode, MeroBUtil::SearchNodeHash, MeroBUtil::SearchNodeEqual, MeroBUtil::SearchNodeCompareMeroBUtil::PQueue
 
typedef std::unordered_map< graphState, MeroBUtil::SearchNodeMeroBUtil::NodeLookupTable
 
typedef OpenClosedList< MeroBUtil::SearchNode, MeroBUtil::SearchNodeHash, MeroBUtil::SearchNodeEqual, MeroBUtil::GGreaterMeroBUtil::GQueue
 

Macro Definition Documentation

◆ MB_A

#define MB_A   1

Definition at line 26 of file MeroB.h.

◆ MB_B

#define MB_B   2

Definition at line 27 of file MeroB.h.

◆ MB_BP

#define MB_BP   3

Definition at line 28 of file MeroB.h.

◆ UINT32_MAX

#define UINT32_MAX   4294967295U

Definition at line 21 of file MeroB.h.