From 0f81a5a70be20a82ee8495f050366a28d0be21c7 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 25 Dec 2021 20:29:22 +0100 Subject: Added the invert and unniss commands --- TODO.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 52ccd30..f3830f1 100644 --- a/TODO.md +++ b/TODO.md @@ -10,7 +10,6 @@ It's more of a personal reminder than anything else. ### Commands that are available in nissy 1.0, but not in this version (yet): * drcorners (solve corners after dr) * search and improve non-optimal subsequences -* **unniss (rewrite A (B) -> B' A)** * **fast non-optimal solver (also needed for scramble)** * **scramble [dr, corners only, edges only, htr, fmc(RUF)...]** * save and edit algs as "variables" @@ -34,7 +33,8 @@ including e.g. solutions that were not shown because -c) * **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) -* **invert an alg, transform, rufify etc...** +* transform alg, rufify etc... +* more scramble stuff (scramble FMC with rufify...) * **command notation to list available moves** ## Distribution @@ -76,3 +76,5 @@ including e.g. solutions that were not shown because -c) * sort again functions alphabetically in their files * **more stuff to load at start (or when suitable command is called) rather than when called directly, to avoid nasty problems with threading** +* unniss and inverse_alg work differently (one in place, the other makes + a copy and returns). -- cgit v1.3