HOG2
|
#include <OptimisticSearch.h>
Public Member Functions | |
OptimisticOpenClosedData () | |
OptimisticOpenClosedData (const state &theData, double gCost, double hCost, uint64_t parent, uint64_t openLoc, dataLocation location) | |
Public Attributes | |
state | data |
double | g |
double | h |
bool | openedFromF |
uint64_t | parentID |
uint64_t | openLocation |
bool | reopened |
dataLocation | where |
Definition at line 25 of file OptimisticSearch.h.
|
inline |
Definition at line 27 of file OptimisticSearch.h.
|
inline |
Definition at line 28 of file OptimisticSearch.h.
References OptimisticOpenClosedData< state >::openedFromF, and OptimisticOpenClosedData< state >::reopened.
state OptimisticOpenClosedData< state >::data |
Definition at line 31 of file OptimisticSearch.h.
double OptimisticOpenClosedData< state >::g |
Definition at line 32 of file OptimisticSearch.h.
Referenced by OptimisticCompare< state >::operator()().
double OptimisticOpenClosedData< state >::h |
Definition at line 33 of file OptimisticSearch.h.
Referenced by OptimisticCompare< state >::operator()().
bool OptimisticOpenClosedData< state >::openedFromF |
Definition at line 34 of file OptimisticSearch.h.
Referenced by OptimisticOpenClosedData< state >::OptimisticOpenClosedData().
uint64_t OptimisticOpenClosedData< state >::openLocation |
Definition at line 36 of file OptimisticSearch.h.
uint64_t OptimisticOpenClosedData< state >::parentID |
Definition at line 35 of file OptimisticSearch.h.
bool OptimisticOpenClosedData< state >::reopened |
Definition at line 37 of file OptimisticSearch.h.
Referenced by OptimisticOpenClosedData< state >::OptimisticOpenClosedData().
dataLocation OptimisticOpenClosedData< state >::where |
Definition at line 38 of file OptimisticSearch.h.