aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-08 10:05:21 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-08 10:05:21 +0100
commit61ae2bd88751a291f97e6f0ee36563e898cacac8 (patch)
tree5773b7a475ba878871daa28d75c1f39475e582b6 /README.md
parent7b48583d629d33971e9f1d5e7aa4ca7f11d8a032 (diff)
downloadnissy-core-61ae2bd88751a291f97e6f0ee36563e898cacac8.tar.gz
nissy-core-61ae2bd88751a291f97e6f0ee36563e898cacac8.zip
Small refactoring
Diffstat (limited to '')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 505b840..fc33ef7 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,11 @@ for benchmarks.
37 37
38## TODO: 38## TODO:
39 39
40### Trivial things
41
42* Remove unnecessary prototypes for static functions
43* getpiece and similar macros: remove? make functions?
44
40### Simple solver 45### Simple solver
41 46
42* tests 47* tests
@@ -79,9 +84,9 @@ Implement the following solvers:
79 84
80### cube.h changes 85### cube.h changes
81 86
82* Consider removing zerocube() from the api
83* prefix public functions with nissy_ or something similar 87* prefix public functions with nissy_ or something similar
84* move() that takes a string (alg) as input 88* move() that takes a string (alg) as input
89* Add single moves and transformations to the interface? (performance!)
85 90
86### Documentation and interface 91### Documentation and interface
87 92

Generated with cgit - Back to sebastiano.tronto.net