nissy-nx

A Rubik's cube optimal solver
git clone https://git.tronto.net/nissy-nx
Download | Log | Files | Refs | README | LICENSE

commit ce03bba1f5f3d6fca2d52e22918197bd4a8eef3f
parent 1b491232f8f5c2608ea8976a565392adad409895
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Fri, 24 Dec 2021 17:58:54 +0100

removed some todo

Diffstat:
MTODO.md | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/TODO.md b/TODO.md @@ -17,7 +17,6 @@ It's more of a personal reminder than anything else. * QTM optimal solving (important: fix possible_next, which works only for HTM now) * Block-building steps (cross, roux blocks, ...) * Other common steps (LSE, ...) -* optimal after eo (without breaking eo) ### Improvements to currently implemented commands * solve should re-orient first if needed and not just give up if centers are off @@ -27,7 +26,6 @@ It's more of a personal reminder than anything else. * for solve -v, solving in different orientation does not give meaningful info, because I need to transform the alg as I go. * for solve -v, print certain info like average branching value -* solve should default to +infity for -s if other bounds are given ### New features * cleanup: translate an alg to the standard HTM moveset + reorient at the end