aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-30 12:44:47 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-30 12:44:47 +0200
commit3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6 (patch)
tree15791a5a2862801e214ed389d72d35b48a0dc8bc /README.md
parent05bdcfef13ef2bdd05df6af13a74ec3cd7fcd22f (diff)
downloadnissy-core-3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6.tar.gz
nissy-core-3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6.zip
Added a solver, but found out h48 table is broken
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
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
27``` 27```
28 28
29Due to ongoing changes, benchmarks are currently broken. 29Due to ongoing changes, benchmarks are currently broken.
30
31## Solving
32
33Notes for myself while this is work in progress
34
35```
36$ make shell
37$ ./run frommoves -moves (scramble)
38```
39
40copy the result, then
41
42```
43$ ./run solve -solver "H48" -options "2;20" -n 1 -M 10 -cube (paste here)
44```
45
46Options can be changed from `2;20` to `n;20` for larger tables.

Generated with cgit - Back to sebastiano.tronto.net