aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-23 12:09:37 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-23 12:09:37 +0200
commit05bdcfef13ef2bdd05df6af13a74ec3cd7fcd22f (patch)
tree1d5512f3e31dd86414d386713a82336db5edf0f5 /TODO.txt
parent71c0188306377940ae172dceb58f2bd5f4fcdb4f (diff)
downloadnissy-core-05bdcfef13ef2bdd05df6af13a74ec3cd7fcd22f.tar.gz
nissy-core-05bdcfef13ef2bdd05df6af13a74ec3cd7fcd22f.zip
Cleanup
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt22
1 files changed, 9 insertions, 13 deletions
diff --git a/TODO.txt b/TODO.txt
index f6d71fa..befedff 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,26 +1,22 @@
1Shell and nissy_run
2 x done shell.c, but it is ugly (as expected)
3 - move stuff from solve_generic to cube_public
4 - make shell a bit nicer?
5
6Fixes
7 - tables/tables.c: fix, use new nissy_gendata and nissy_datasize
8
9Solver 1Solver
2 - write a solver (how many tricks? some, but not all are needed)
10 - benchmark for solve 3 - benchmark for solve
11 table generation, where to keep tables? in benchmark folder or in tables/? 4 table generation, where to keep tables? in benchmark folder or in tables/?
12 - write a solver (how many tricks? some, but not all are needed) 5 - remove solve_simple and maybe the whole solve_generic
13 6
14More utilities for tables (in cube.h) 7Cleanup cube_public and interface
15 - cleanup solve and gendata in cube.h and cube_public.h 8 - remove options, use only solver name
16 - check hash of generated data 9 cleanup also benchmark
10 - write a generic parse + dispatch to solver
11 (maybe use helper function from solve_h48 for parsing hXkY)
17 12
18Goal: find out which k value is best 13Goal: find out which k value is best
19 - temporarily call current table and solver "k4" instead of h48 14 - temporarily call current table and solver "k4" instead of h48
20 - write table generation and solver for k2 and k1 15 - write table generation and solver for k2 and k1
21 - benchmark for different sizes! 16 - benchmark for different sizes!
22 17
23Read / write: replace by convertcube only? 18Improvements
19 - check hash of generated data
24 20
25## H48 optimal solver (some has already been implemented) 21## H48 optimal solver (some has already been implemented)
26 22

Generated with cgit - Back to sebastiano.tronto.net