HOG2
Classes | Namespaces | Typedefs | Functions
PancakePuzzle.h File Reference
#include <stdint.h>
#include <iostream>
#include "SearchEnvironment.h"
#include "PermutationPuzzleEnvironment.h"
#include <sstream>
#include "Permutations.h"
Include dependency graph for PancakePuzzle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PancakePuzzleState< N >
 
class  PancakePuzzle< N >
 
struct  std::hash< PancakePuzzleState< N > >
 

Namespaces

 std
 

Typedefs

typedef unsigned PancakePuzzleAction
 

Functions

template<int N>
static std::ostream & operator<< (std::ostream &out, const PancakePuzzleState< N > &loc)
 
template<int N>
static bool operator== (const PancakePuzzleState< N > &l1, const PancakePuzzleState< N > &l2)
 
template<int N>
static bool operator!= (const PancakePuzzleState< N > &l1, const PancakePuzzleState< N > &l2)
 

Typedef Documentation

◆ PancakePuzzleAction

typedef unsigned PancakePuzzleAction

Definition at line 11 of file PancakePuzzle.h.

Function Documentation

◆ operator!=()

template<int N>
static bool operator!= ( const PancakePuzzleState< N > &  l1,
const PancakePuzzleState< N > &  l2 
)
static

Definition at line 47 of file PancakePuzzle.h.

◆ operator<<()

template<int N>
static std::ostream& operator<< ( std::ostream &  out,
const PancakePuzzleState< N > &  loc 
)
static

Definition at line 30 of file PancakePuzzle.h.

◆ operator==()

template<int N>
static bool operator== ( const PancakePuzzleState< N > &  l1,
const PancakePuzzleState< N > &  l2 
)
static