diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -3,6 +3,8 @@ Check stats for all tables using H48stats solver | |||
| 3 | x implement stuff in utils.h | 3 | x implement stuff in utils.h |
| 4 | x implement functions | 4 | x implement functions |
| 5 | x unit tests for permtoindex and indextoperm | 5 | x unit tests for permtoindex and indextoperm |
| 6 | x implement digit array to sumzero and inverse | ||
| 7 | x unit tests for digit arra to sumzero | ||
| 6 | x move cubefromarray from cube_io to where needed (cube_generic) | 8 | x move cubefromarray from cube_io to where needed (cube_generic) |
| 7 | - implement in cube_generic | 9 | - implement in cube_generic |
| 8 | x getcube_fix | 10 | x getcube_fix |
| @@ -60,6 +62,9 @@ Improvements | |||
| 60 | small things | 62 | small things |
| 61 | - maybe move part of the logic for coord_h48 (and its inverse) to | 63 | - maybe move part of the logic for coord_h48 (and its inverse) to |
| 62 | utils.h (subsettoindex-like) | 64 | utils.h (subsettoindex-like) |
| 65 | - rename TYPE build switch to something more intuitive like ARCH | ||
| 66 | remove one of TYPE and CUBE_TYPE (why do I have two?) | ||
| 67 | - merge constants and utils? | ||
| 63 | 68 | ||
| 64 | ## H48 optimal solver (some has already been implemented) | 69 | ## H48 optimal solver (some has already been implemented) |
| 65 | 70 | ||
