aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index e0ea12d..2f4e2a4 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,6 +1,4 @@
1TODO check which is faster: foreach_move or simple for loop? 1TODO implement big pruning table for H48 solver (edges)
2 same for transformations
3TODO implement big pruning table for H48 solver
4TODO alternative: ARM NEON part 2TODO alternative: ARM NEON part
5 3
6## H48 optimal solver 4## H48 optimal solver
@@ -52,6 +50,8 @@ switch. Here NISS may be useful.
52 50
53## Optimizations 51## Optimizations
54 52
53* check which is faster: foreach_move or simple for loop? same for trans
54
55### General things 55### General things
56 56
57* Moves: don't do full compose for U*, D*, *2 (I removed this because I 57* Moves: don't do full compose for U*, D*, *2 (I removed this because I

Generated with cgit - Back to sebastiano.tronto.net