diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-15 07:41:24 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-15 07:41:24 +0100 |
| commit | 44beaa88e54d60d5c576380534cf5ebb8dd44709 (patch) | |
| tree | 65be441f1783a33facd721ddffb9346a5d98e04b /TODO.md | |
| parent | 1a90075f672a442cafa35c1cccbb6cf026c3980e (diff) | |
| download | nissy-44beaa88e54d60d5c576380534cf5ebb8dd44709.tar.gz nissy-44beaa88e54d60d5c576380534cf5ebb8dd44709.zip | |
Fixed used of uninitialized aux variable
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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() |
