aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 68f89c5..30ee17f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,9 +1,9 @@
1## (find better name) H48 solver, ideas 1## (find better name) H48 solver, ideas
2 2
3TODO next: implement cosep coordinate 3TODO next: epsep, precise coordinate unlike cpsep which is redundant
4 4
5First compute co + csep. Use csep as a binary number (2^8 instead of 70, 5First compute co + csep. Use csep as a binary number (2^7 instead of 70,
6loose a factor of 3.66 but still fits in a few megabytes or less). Use 6loose a factor of 1.8 but still fits in a few megabytes or less). Use
7co + csep as an index in a table whose entries have: 6 bits for ttrep, 7co + csep as an index in a table whose entries have: 6 bits for ttrep,
812 bits for rep, 4 bits for pruning. Optionally, 4 more bits could be 812 bits for rep, 4 bits for pruning. Optionally, 4 more bits could be
9used for the base of the pruning table, if we want to have a different 9used for the base of the pruning table, if we want to have a different

Generated with cgit - Back to sebastiano.tronto.net