aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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