Expand description
§kociemba
kociemba
: crate for solving the 3x3 Rubik’s cube with Kociemba’s two phase algorithm.
Modules§
- constants
- Module containing 3x3 cube constants.
- coord
- Module for represent a cube on the coordinate level.
- cubie
- Module for represent a cube on the cubie level.
- error
- Error define.
- facelet
- Module for represent a cube on the facelet level.
- moves
- Module for represent move and create/load move tables.
- pruning
- Module for create/load pruning tables. The pruning tables cut the search tree during the search.
- scramble
- Module containing functions for scrambling the cube.
- solver
- Module for Solver.
- symmetries
- Module for create/load symmetries tables.