HOG2
|
#include <stdint.h>
#include <iostream>
#include "SearchEnvironment.h"
#include "PermutationPuzzleEnvironment.h"
#include <sstream>
#include "Permutations.h"
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 unsigned PancakePuzzleAction |
Definition at line 11 of file PancakePuzzle.h.
|
static |
Definition at line 47 of file PancakePuzzle.h.
|
static |
Definition at line 30 of file PancakePuzzle.h.
|
static |
Definition at line 38 of file PancakePuzzle.h.
References PancakePuzzleState< N >::puzzle, and PancakePuzzleState< N >::size().