Cube Solver

Contents:

  • Cube Solver
  • Installation
  • Usage
  • API Documentation
    • Cube
    • Maneuver
    • BaseSolver
    • Subpackages
      • cube_solver.cube package
        • Submodules
      • cube_solver.solver package
    • Submodules
  • Contributing
  • Credits
  • History
Cube Solver
  • API Documentation
  • cube_solver.cube package
  • View page source

cube_solver.cube package

Submodules

  • cube_solver.cube.cube module
    • Cube
    • apply_move()
    • apply_maneuver()
  • cube_solver.cube.defs module
    • SIZE
    • NUM_DIMS
    • NUM_CORNERS
    • NUM_EDGES
    • CORNER_ORIENTATION_SIZE
    • EDGE_ORIENTATION_SIZE
    • CORNER_PERMUTATION_SIZE
    • EDGE_PERMUTATION_SIZE
    • NUM_CUBE_POSITIONS
  • cube_solver.cube.enums module
    • IntEnum
    • Axis
    • Orbit
    • Layer
    • Color
    • Face
    • Cubie
    • Move
  • cube_solver.cube.maneuver module
    • Maneuver
  • cube_solver.cube.utils module
    • get_orientation_array()
    • get_orientation_coord()
    • get_permutation_array()
    • get_permutation_coord()
    • get_permutation_parity()
    • get_combination_array()
    • get_combination_coord()
    • get_partial_permutation_array()
    • get_partial_permutation_coord()
Previous Next

© Copyright 2025, Dave Barragan.

Built with Sphinx using a theme provided by Read the Docs.