From c646d0953f0e7178876545a62247b92bdec3cc32 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 12 Nov 2021 12:58:59 +0100 Subject: Added an item --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 9873547..8628101 100644 --- a/TODO.md +++ b/TODO.md @@ -40,6 +40,10 @@ It's more of a personal reminder than anything else. ## Technical stuff +### Code simplification +* Remove anti-indeces. I think I can do this by using an iterative deepening + dfs method for generating pruning tables, like I do in solve() + ### Memory management * fail gracefully when there is not enough memory to load a large table * free tables from memory when not used -- cgit v1.3