From 9ed96a1ea3fc742791a8774267d5c7d5b604ce79 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 20 Apr 2024 10:49:27 +0200 Subject: Fixed edge pruning table, but it is slooooow --- TODO.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 3720ed9..aecf0a2 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,16 @@ -TODO test big pruning table for H48 -TODO generate edge tables by corner case? +TODO big pruning table looks correct, improve speed? + use small table to prune, visited array...? + numbers so far (h=0, k=0): + 0 1 + 1 1 + 2 4 + 3 34 + 4 331 + 5 3612 + 6 41605 + 7 474128 + 8 4953846 + TODO checkdata and hash check for cocsep TODO benchmarks for solve and table generation TODO optimization for transform edges only (and test) -- cgit v1.3