From 9b0be93fb5fe23ae9f1a7a57b9db60561d8673e8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 29 Mar 2024 09:28:59 +0100 Subject: Added coordinate cpsep --- TODO.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 68f89c5..30ee17f 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,9 +1,9 @@ ## (find better name) H48 solver, ideas -TODO next: implement cosep coordinate +TODO next: epsep, precise coordinate unlike cpsep which is redundant -First compute co + csep. Use csep as a binary number (2^8 instead of 70, -loose a factor of 3.66 but still fits in a few megabytes or less). Use +First compute co + csep. Use csep as a binary number (2^7 instead of 70, +loose a factor of 1.8 but still fits in a few megabytes or less). Use co + csep as an index in a table whose entries have: 6 bits for ttrep, 12 bits for rep, 4 bits for pruning. Optionally, 4 more bits could be used for the base of the pruning table, if we want to have a different -- cgit v1.3