HOG2
|
#include <iostream>
#include <stdint.h>
#include <unordered_map>
#include <vector>
#include <array>
#include "SearchEnvironment.h"
#include "PDBHeuristic.h"
Go to the source code of this file.
Classes | |
class | Cubie |
class | RCState |
class | RC |
class | RCPDB |
Typedefs | |
typedef int | RCAction |
Functions | |
static std::ostream & | operator<< (std::ostream &out, RCState &tmp) |
static bool | operator== (const RCState &l1, const RCState &l2) |
|
static |
Definition at line 204 of file RC.h.
References RCState::rotation.
Definition at line 213 of file RC.h.
References RCState::indices, and RCState::rotation.