From ce4d6f93c8d00a56b9356d0c0d8489c28e1459df Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 25 Dec 2021 20:57:45 +0100 Subject: Added -O option for solve (specify number of moves within optimal) --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index f3830f1..2b41c6f 100644 --- a/TODO.md +++ b/TODO.md @@ -26,11 +26,9 @@ including e.g. solutions that were not shown because -c) * solve should try up to a small bound without loading the large pruning table * **drfin for HTR scrambles should try all 3 axis and pick the best solutions; in general every step that automatically detects orientation should do this** -* **solve -O N find solutions within N moves from optimal - (-o is the same as -O 0)** ### New features -* **cleanup: translate an alg to the standard HTM moveset + reorient at the end** +* cleanup: translate an alg to the standard HTM moveset + reorient at the end * configurability: add an `alias` command, run config file at startup * configure max ram to be used (via config file and/or command line option) * transform alg, rufify etc... @@ -43,6 +41,7 @@ including e.g. solutions that were not shown because -c) * webapp (cgi) * **Re-upload tables** * **fix README.md** +* **fix examples in manpage** ## Technical stuff -- cgit v1.3