diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 15 |
1 files changed, 13 insertions, 2 deletions
| @@ -1,5 +1,16 @@ | |||
| 1 | TODO test big pruning table for H48 | 1 | TODO big pruning table looks correct, improve speed? |
| 2 | TODO generate edge tables by corner case? | 2 | use small table to prune, visited array...? |
| 3 | numbers so far (h=0, k=0): | ||
| 4 | 0 1 | ||
| 5 | 1 1 | ||
| 6 | 2 4 | ||
| 7 | 3 34 | ||
| 8 | 4 331 | ||
| 9 | 5 3612 | ||
| 10 | 6 41605 | ||
| 11 | 7 474128 | ||
| 12 | 8 4953846 | ||
| 13 | |||
| 3 | TODO checkdata and hash check for cocsep | 14 | TODO checkdata and hash check for cocsep |
| 4 | TODO benchmarks for solve and table generation | 15 | TODO benchmarks for solve and table generation |
| 5 | TODO optimization for transform edges only (and test) | 16 | TODO optimization for transform edges only (and test) |
