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

solvers.h (158B)


      1 #include "solutions_types_macros.h"
      2 #include "solutions.h"
      3 #include "tables_types_macros.h"
      4 #include "tables.h"
      5 #include "h48/h48.h"
      6 #include "coord/coord.h"