Assignment Search Framework
|
Go to the source code of this file.
Classes | |
class | TilePuzzleTransitions |
Enumerations | |
enum | BlankSlide { BlankSlide::left, BlankSlide::up, BlankSlide::down, BlankSlide::right, BlankSlide::dummy } |
enum | TileCostType { TileCostType::unit, TileCostType::heavy, TileCostType::inverse } |
Functions | |
std::ostream & | operator<< (std::ostream &out, const BlankSlide &dir) |
|
strong |
|
strong |
std::ostream& operator<< | ( | std::ostream & | out, |
const BlankSlide & | dir | ||
) |
Defines an output representation tile puzzle actions.
out | The output stream. |
dir | The action to output. |