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 191a85f8e0dc0c812a08d81b32cf319f23247e24
parent 91f912176045fd2f95fd45a0e12354e390dff219
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 26 Sep 2024 18:38:00 +0200

I'm stupid

Diffstat:
Mtest/120_gendata_h48h0k4/gendata_h48h0k4_tests.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c b/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c @@ -24,6 +24,7 @@ typedef struct { typedef struct { uint8_t h; uint8_t k; + uint8_t base; uint8_t maxdepth; tableinfo_t info; void *buf;