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 (237B)


      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 
      8 /* TODO: work in progress */
      9 #if 0
     10 #include "transform.h"
     11 #else
     12 #include "transform_with_switch.h"
     13 #endif