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

coord.h (155B)


      1 #include "types_macros.h"
      2 #include "common.h"
      3 #include "eo.h"
      4 #include "dr.h"
      5 #include "list.h"
      6 #include "utils.h"
      7 #include "gendata.h"
      8 #include "solve.h"