aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TODO.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 8628101..4ccce22 100644
--- a/TODO.md
+++ b/TODO.md
@@ -40,6 +40,9 @@ It's more of a personal reminder than anything else.
40 40
41## Technical stuff 41## Technical stuff
42 42
43### Better pruning tables
44* Use pruning values mod 4 instead of mod 16
45
43### Code simplification 46### Code simplification
44* Remove anti-indeces. I think I can do this by using an iterative deepening 47* Remove anti-indeces. I think I can do this by using an iterative deepening
45 dfs method for generating pruning tables, like I do in solve() 48 dfs method for generating pruning tables, like I do in solve()

Generated with cgit - Back to sebastiano.tronto.net