diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-30 12:44:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-30 12:44:47 +0200 |
| commit | 3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6 (patch) | |
| tree | 15791a5a2862801e214ed389d72d35b48a0dc8bc /README.md | |
| parent | 05bdcfef13ef2bdd05df6af13a74ec3cd7fcd22f (diff) | |
| download | nissy-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.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. | ||
