aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-30 12:44:47 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-30 12:44:47 +0200
commit3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6 (patch)
tree15791a5a2862801e214ed389d72d35b48a0dc8bc /TODO.txt
parent05bdcfef13ef2bdd05df6af13a74ec3cd7fcd22f (diff)
downloadnissy-core-3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6.tar.gz
nissy-core-3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6.zip
Added a solver, but found out h48 table is broken
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index befedff..6f212c3 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,16 @@
1Solver 1Solver
2 - write a solver (how many tricks? some, but not all are needed) 2 - fix and cleanup current implementation
3 - fails for UFRUFU when using full table
4 SOMETHING IS WRONG FOR coord_h48 = 3! (pvalue 15??)
5 - do not copy dfsarg, change and undo
6 - implement and use premove (and test) instead of inverting
3 - benchmark for solve 7 - benchmark for solve
4 table generation, where to keep tables? in benchmark folder or in tables/? 8 table generation, where to keep tables? in benchmark folder or in tables/?
9 - more tricks for solver, optimize, try larger tables
5 - remove solve_simple and maybe the whole solve_generic 10 - remove solve_simple and maybe the whole solve_generic
11 - shell: silently accept other formats too?
12 - shell: allow generating multiple tables for different options
13 - gendata: move info at start of tables?
6 14
7Cleanup cube_public and interface 15Cleanup cube_public and interface
8 - remove options, use only solver name 16 - remove options, use only solver name
@@ -17,6 +25,8 @@ Goal: find out which k value is best
17 25
18Improvements 26Improvements
19 - check hash of generated data 27 - check hash of generated data
28 - use interleaved tables (e.g. big table with k=2 or k=1 and interleaved
29 small table with k=4 for better backup pruning)
20 30
21## H48 optimal solver (some has already been implemented) 31## H48 optimal solver (some has already been implemented)
22 32

Generated with cgit - Back to sebastiano.tronto.net