HOG2
Classes | Typedefs
FrontierBFS.h File Reference
#include <iostream>
#include "SearchEnvironment.h"
#include <unordered_map>
#include "FPUtil.h"
Include dependency graph for FrontierBFS.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FrontierBFS< state, action >
 

Typedefs

typedef std::unordered_map< uint64_t, bool, Hash64FrontierBFSClosedList
 

Typedef Documentation

◆ FrontierBFSClosedList

typedef std::unordered_map<uint64_t, bool, Hash64> FrontierBFSClosedList

Definition at line 18 of file FrontierBFS.h.