From 1ec688620365568d1f8a8d57d7bb3a85aafb0165 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 8 Dec 2021 17:39:56 +0100 Subject: Cleanup --- TODO.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index f6c464b..b0fdef7 100644 --- a/TODO.md +++ b/TODO.md @@ -58,10 +58,6 @@ and just use previous values for all 3 axes. ## Coordinates, symmetries, pruning tables * use multiple threads to search for solutions in parallel -* Faster pruning table generation: keep track of which positions are "nasty" -(i.e. self-symmetric with respect to the base symmetry coordinate but not -self-symmetric overall) by adding a function to struct coord and some datafield -to struct symdata. * Faster pruning table generation: multithreading (divide table into large sections and use one mutex for each section to avoid too much locking) * Cleanup symcoord.c: some coordinates and symdata are never actually used; -- cgit v1.3