diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-08 18:47:27 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-08 18:47:27 +0200 |
| commit | 3de45a37b4b7fd0fee48a95d659436fba5d130a1 (patch) | |
| tree | e157173aae1c3e9908627d614cb6cb78ce54b3d7 | |
| parent | 4d08bf731a099de2d174c73489636e1a12935aee (diff) | |
| download | nissy-core-3de45a37b4b7fd0fee48a95d659436fba5d130a1.tar.gz nissy-core-3de45a37b4b7fd0fee48a95d659436fba5d130a1.zip | |
Added TODOs
Diffstat (limited to '')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | # Prototype for a new optimal solver | 1 | # Prototype for a new optimal solver |
| 2 | 2 | ||
| 3 | Work in progress | 3 | Work in progress. |
| 4 | |||
| 5 | TODO: | ||
| 6 | |||
| 7 | * transformations (internal only, not in cube.h) | ||
| 8 | * coordinates: co, eo, epsep, cpsep_sym, cocpsep_sym, cphtr_sym, cocphtr_sym | ||
| 9 | * pruning tables (1 bit per entry + fallback) | ||
| 10 | * solve.c | ||
| 11 | * avx2_cube.c | ||
