HOG2
Functions
PancakeInstances.h File Reference
#include "PancakePuzzle.h"
Include dependency graph for PancakeInstances.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<int N>
bool GetPancakeInstance (PancakePuzzleState< N > &s, int instance)
 
template<>
bool GetPancakeInstance (PancakePuzzleState< 16 > &s, int instance)
 
template<>
bool GetPancakeInstance (PancakePuzzleState< 20 > &s, int instance)
 
template<>
bool GetPancakeInstance (PancakePuzzleState< 24 > &s, int instance)
 
template<>
bool GetPancakeInstance (PancakePuzzleState< 28 > &s, int instance)
 

Function Documentation

◆ GetPancakeInstance() [1/5]

template<>
bool GetPancakeInstance ( PancakePuzzleState< 16 > &  s,
int  instance 
)

Definition at line 19 of file PancakeInstances.cpp.

References PancakePuzzleState< N >::puzzle.

◆ GetPancakeInstance() [2/5]

template<>
bool GetPancakeInstance ( PancakePuzzleState< 20 > &  s,
int  instance 
)

Definition at line 131 of file PancakeInstances.cpp.

References PancakePuzzleState< N >::puzzle.

◆ GetPancakeInstance() [3/5]

template<>
bool GetPancakeInstance ( PancakePuzzleState< 24 > &  s,
int  instance 
)

Definition at line 244 of file PancakeInstances.cpp.

References PancakePuzzleState< N >::puzzle.

◆ GetPancakeInstance() [4/5]

template<>
bool GetPancakeInstance ( PancakePuzzleState< 28 > &  s,
int  instance 
)

Definition at line 355 of file PancakeInstances.cpp.

References PancakePuzzleState< N >::puzzle.

◆ GetPancakeInstance() [5/5]

template<int N>
bool GetPancakeInstance ( PancakePuzzleState< N > &  s,
int  instance 
)

Definition at line 15 of file PancakeInstances.h.