From 3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 30 Jun 2024 12:44:47 +0200 Subject: Added a solver, but found out h48 table is broken --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 71015b0..098b960 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,20 @@ $ TEST=coord make test ``` Due to ongoing changes, benchmarks are currently broken. + +## Solving + +Notes for myself while this is work in progress + +``` +$ make shell +$ ./run frommoves -moves (scramble) +``` + +copy the result, then + +``` +$ ./run solve -solver "H48" -options "2;20" -n 1 -M 10 -cube (paste here) +``` + +Options can be changed from `2;20` to `n;20` for larger tables. -- cgit v1.3