diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 10:08:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 10:08:02 +0100 |
| commit | 51dff333ceb5228b8de98dd621c0c2b62ed43441 (patch) | |
| tree | 3099fc04207bae157abcc593b9f7784edf83d7a6 /TODO.md | |
| parent | bedc3ef9af6bc54f3ede135f1ad72565a8494f84 (diff) | |
| download | nissy-51dff333ceb5228b8de98dd621c0c2b62ed43441.tar.gz nissy-51dff333ceb5228b8de98dd621c0c2b62ed43441.zip | |
Changed -s (max solutions) option to -n and -n (NISS) to -N
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -26,6 +26,8 @@ It's more of a personal reminder than anything else. | |||
| 26 | * for solve -v, solving in different orientation does not give meaningful info, | 26 | * for solve -v, solving in different orientation does not give meaningful info, |
| 27 | because I need to transform the alg as I go. | 27 | because I need to transform the alg as I go. |
| 28 | * for solve -v, print certain info like average branching value | 28 | * for solve -v, print certain info like average branching value |
| 29 | * solve -O n find solutions within n moves from optimal | ||
| 30 | (-o is the same as -O 0) | ||
| 29 | 31 | ||
| 30 | ### New features | 32 | ### New features |
| 31 | * cleanup: translate an alg to the standard HTM moveset + reorient at the end | 33 | * cleanup: translate an alg to the standard HTM moveset + reorient at the end |
| @@ -33,7 +35,6 @@ It's more of a personal reminder than anything else. | |||
| 33 | * configure max ram to be used (via config file and/or command line option) | 35 | * configure max ram to be used (via config file and/or command line option) |
| 34 | * command to transform cube and alg | 36 | * command to transform cube and alg |
| 35 | * command notation to list available moves | 37 | * command notation to list available moves |
| 36 | * | ||
| 37 | 38 | ||
| 38 | ## Distribution | 39 | ## Distribution |
| 39 | 40 | ||
