aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-15 07:41:24 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-15 07:41:24 +0100
commit44beaa88e54d60d5c576380534cf5ebb8dd44709 (patch)
tree65be441f1783a33facd721ddffb9346a5d98e04b /TODO.md
parent1a90075f672a442cafa35c1cccbb6cf026c3980e (diff)
downloadnissy-44beaa88e54d60d5c576380534cf5ebb8dd44709.tar.gz
nissy-44beaa88e54d60d5c576380534cf5ebb8dd44709.zip
Fixed used of uninitialized aux variable
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