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 3de45a37b4b7fd0fee48a95d659436fba5d130a1
parent 4d08bf731a099de2d174c73489636e1a12935aee
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Fri,  8 Sep 2023 18:47:27 +0200

Added TODOs

Diffstat:
MREADME.md | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,3 +1,11 @@ # Prototype for a new optimal solver -Work in progress +Work in progress. + +TODO: + +* transformations (internal only, not in cube.h) +* coordinates: co, eo, epsep, cpsep_sym, cocpsep_sym, cphtr_sym, cocphtr_sym +* pruning tables (1 bit per entry + fallback) +* solve.c +* avx2_cube.c