aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-03-29 09:28:59 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-03-29 09:28:59 +0100
commit9b0be93fb5fe23ae9f1a7a57b9db60561d8673e8 (patch)
tree8c6121fdfa40acba1c23b8b17305b9a90fabbe40 /TODO.txt
parent0083a7eb4677542aced3ea2fa335bc9cf1f7b419 (diff)
downloadnissy-core-9b0be93fb5fe23ae9f1a7a57b9db60561d8673e8.tar.gz
nissy-core-9b0be93fb5fe23ae9f1a7a57b9db60561d8673e8.zip
Added coordinate cpsep
Diffstat (limited to '')
-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