HOG2
Classes | Typedefs
FringeSearch.h File Reference
#include "SearchAlgorithm.h"
Include dependency graph for FringeSearch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  costs
 
class  heuristicProvider
 
class  FringeSearch
 

Typedefs

typedef std::vector< node * > nodeList
 
typedef std::vector< costscostList
 

Typedef Documentation

◆ costList

typedef std::vector<costs> costList

Definition at line 22 of file FringeSearch.h.

◆ nodeList

typedef std::vector<node *> nodeList

Definition at line 21 of file FringeSearch.h.