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

list.h (93B)


      1 coord_t *all_coordinates[] = {
      2 	&coordinate_eo,
      3 	&coordinate_dr,
      4 	&coordinate_dreo,
      5 	NULL
      6 };