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 954a9f9100e8f30e0303a3815c4104526aceb4a0
parent 41be2d294e5b6f55d485d635065096f274bc89c1
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Fri, 27 Sep 2024 16:42:38 +0200

oopsie

Diffstat:
Msrc/solvers/h48/gendata_h48.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/solvers/h48/gendata_h48.h b/src/solvers/h48/gendata_h48.h @@ -389,7 +389,7 @@ gendata_h48k2(gendata_h48_arg_t *arg) [8] = 10, [9] = 10, [10] = 10, - [11] = 8 + [11] = 10 }; uint8_t t, *table;