Assignment Search Framework
|
Go to the source code of this file.
Classes | |
class | BFSNode< state_t, action_t > |
class | OpenClosedList< state_t, action_t > |
Typedefs | |
typedef unsigned | BFSOpenLocation |
The location of a node in the open list heap. More... | |
Enumerations | |
enum | StateLocation { StateLocation::open, StateLocation::closed, StateLocation::none } |
typedef unsigned BFSOpenLocation |
The location of a node in the open list heap.
|
strong |