diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 20:57:45 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 20:57:45 +0100 |
| commit | ce4d6f93c8d00a56b9356d0c0d8489c28e1459df (patch) | |
| tree | 4f519efd1850d444ef344f6098b7e3346bcd94a8 /TODO.md | |
| parent | 0f81a5a70be20a82ee8495f050366a28d0be21c7 (diff) | |
| download | nissy-ce4d6f93c8d00a56b9356d0c0d8489c28e1459df.tar.gz nissy-ce4d6f93c8d00a56b9356d0c0d8489c28e1459df.zip | |
Added -O option for solve (specify number of moves within optimal)
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -26,11 +26,9 @@ including e.g. solutions that were not shown because -c) | |||
| 26 | * solve should try up to a small bound without loading the large pruning table | 26 | * solve should try up to a small bound without loading the large pruning table |
| 27 | * **drfin for HTR scrambles should try all 3 axis and pick the best solutions; | 27 | * **drfin for HTR scrambles should try all 3 axis and pick the best solutions; |
| 28 | in general every step that automatically detects orientation should do this** | 28 | in general every step that automatically detects orientation should do this** |
| 29 | * **solve -O N find solutions within N moves from optimal | ||
| 30 | (-o is the same as -O 0)** | ||
| 31 | 29 | ||
| 32 | ### New features | 30 | ### New features |
| 33 | * **cleanup: translate an alg to the standard HTM moveset + reorient at the end** | 31 | * cleanup: translate an alg to the standard HTM moveset + reorient at the end |
| 34 | * configurability: add an `alias` command, run config file at startup | 32 | * configurability: add an `alias` command, run config file at startup |
| 35 | * configure max ram to be used (via config file and/or command line option) | 33 | * configure max ram to be used (via config file and/or command line option) |
| 36 | * transform alg, rufify etc... | 34 | * transform alg, rufify etc... |
| @@ -43,6 +41,7 @@ including e.g. solutions that were not shown because -c) | |||
| 43 | * webapp (cgi) | 41 | * webapp (cgi) |
| 44 | * **Re-upload tables** | 42 | * **Re-upload tables** |
| 45 | * **fix README.md** | 43 | * **fix README.md** |
| 44 | * **fix examples in manpage** | ||
| 46 | 45 | ||
| 47 | ## Technical stuff | 46 | ## Technical stuff |
| 48 | 47 | ||
