h48

A prototype for an optimal Rubik's cube solver, work in progress.
git clone https://git.tronto.net/h48
Download | Log | Files | Refs | README | LICENSE

core.h (153B)


      1 #include "constant_cubes.h"
      2 #include "io_moves.h"
      3 #include "io_trans.h"
      4 #include "cube.h"
      5 #include "io_cube.h"
      6 #include "moves.h"
      7 #include "transform.h"