diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -27,3 +27,20 @@ $ TEST=coord make test | |||
| 27 | ``` | 27 | ``` |
| 28 | 28 | ||
| 29 | Due to ongoing changes, benchmarks are currently broken. | 29 | Due to ongoing changes, benchmarks are currently broken. |
| 30 | |||
| 31 | ## Solving | ||
| 32 | |||
| 33 | Notes for myself while this is work in progress | ||
| 34 | |||
| 35 | ``` | ||
| 36 | $ make shell | ||
| 37 | $ ./run frommoves -moves (scramble) | ||
| 38 | ``` | ||
| 39 | |||
| 40 | copy the result, then | ||
| 41 | |||
| 42 | ``` | ||
| 43 | $ ./run solve -solver "H48" -options "2;20" -n 1 -M 10 -cube (paste here) | ||
| 44 | ``` | ||
| 45 | |||
| 46 | Options can be changed from `2;20` to `n;20` for larger tables. | ||
