#include <cassert>
#include <vector>
#include <unordered_map>
#include <stdint.h>
#include "AStarOpenClosed.h"
Go to the source code of this file.
◆ stateLocation
Enumerator |
---|
kOpenReady | |
kOpenWaiting | |
kClosed | |
kUnseen | |
Definition at line 22 of file BDOpenClosed.h.
◆ kTBDNoNode
const uint64_t kTBDNoNode = 0xFFFFFFFFFFFFFFFFull |
Definition at line 30 of file BDOpenClosed.h.
Referenced by BDIndexOpenClosed< state, CmpKey0, CmpKey1, dataStructure >::AddClosedNode(), DVCBSOpenClosed< state >::AddClosedNode(), BDOpenClosed< state, CmpKey0, CmpKey1, dataStructure >::AddClosedNode(), BDIndexOpenClosed< state, CmpKey0, CmpKey1, dataStructure >::AddOpenNode(), DVCBSOpenClosed< state >::AddOpenNode(), and BDOpenClosed< state, CmpKey0, CmpKey1, dataStructure >::AddOpenNode().