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

Go to the source code of this file.

Classes

class  Rubik7EdgeState
 
class  Rubik7EdgeMove
 
class  Rubik7Edge
 

Typedefs

typedef int Rubik7EdgeAction
 

Functions

static bool operator== (const Rubik7EdgeState &l1, const Rubik7EdgeState &l2)
 
static std::ostream & operator<< (std::ostream &out, const Rubik7EdgeState &s)
 

Variables

const int pieces = 10
 

Typedef Documentation

◆ Rubik7EdgeAction

typedef int Rubik7EdgeAction

Definition at line 93 of file RubiksCube7Edges.h.

Function Documentation

◆ operator<<()

static std::ostream& operator<< ( std::ostream &  out,
const Rubik7EdgeState s 
)
static

◆ operator==()

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

Variable Documentation

◆ pieces

const int pieces = 10