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

commit 25c16cc4350a659ede2a2503c4c5be36264e853d
parent cdf311166da0171c2787fb1745072cd14569ff4f
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sun, 25 Aug 2024 14:36:11 +0200

Renamed file

Diffstat:
Rsrc/solvers/h48/gendata_full.h -> src/solvers/h48/gendata_h48.h | 0
Msrc/solvers/h48/h48.h | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/solvers/h48/gendata_full.h b/src/solvers/h48/gendata_h48.h diff --git a/src/solvers/h48/h48.h b/src/solvers/h48/h48.h @@ -1,5 +1,5 @@ #include "coordinate.h" #include "map.h" #include "gendata_cocsep.h" -#include "gendata_full.h" +#include "gendata_h48.h" #include "solve.h"