HOG2
Classes | Typedefs | Functions
RC.h File Reference
#include <iostream>
#include <stdint.h>
#include <unordered_map>
#include <vector>
#include <array>
#include "SearchEnvironment.h"
#include "PDBHeuristic.h"
Include dependency graph for RC.h:
This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

◆ RCAction

typedef int RCAction

Definition at line 202 of file RC.h.

Function Documentation

◆ operator<<()

static std::ostream& operator<< ( std::ostream &  out,
RCState tmp 
)
static

Definition at line 204 of file RC.h.

References RCState::rotation.

◆ operator==()

static bool operator== ( const RCState l1,
const RCState l2 
)
static

Definition at line 213 of file RC.h.

References RCState::indices, and RCState::rotation.