Assignment Search Framework
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
open_closed_list.h File Reference

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 Documentation

typedef unsigned BFSOpenLocation

The location of a node in the open list heap.

Enumeration Type Documentation

enum StateLocation
strong
Enumerator
open 
closed 
none