[][src]Module rusty_rubik::solver

Contains utility methods of various puzzle solving methods.

Includes A* search and iterative deepening A* (IDA*).

Structs

AStarSolver

A solver implementing the A* search algorithm.

IDASolver

A solver implementing the iterative deepening A* search algorithm [Korf, 1997].

Traits

Solver

A generic solver trait.