aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-25 10:08:02 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-25 10:08:02 +0100
commit51dff333ceb5228b8de98dd621c0c2b62ed43441 (patch)
tree3099fc04207bae157abcc593b9f7784edf83d7a6 /TODO.md
parentbedc3ef9af6bc54f3ede135f1ad72565a8494f84 (diff)
downloadnissy-51dff333ceb5228b8de98dd621c0c2b62ed43441.tar.gz
nissy-51dff333ceb5228b8de98dd621c0c2b62ed43441.zip
Changed -s (max solutions) option to -n and -n (NISS) to -N
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 1baf808..1659cd0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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

Generated with cgit - Back to sebastiano.tronto.net