diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-05 19:23:58 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-05 19:23:58 +0200 |
| commit | 5fb58d73581256c64d47250c5544d1cbf22f79c3 (patch) | |
| tree | 2d5774c0e31dc095cc70a010cad908e431736233 /TODO.txt | |
| parent | 518d98ad5f9eec0cf4124375bdbb84d1296b3f3f (diff) | |
| download | nissy-core-5fb58d73581256c64d47250c5544d1cbf22f79c3.tar.gz nissy-core-5fb58d73581256c64d47250c5544d1cbf22f79c3.zip | |
Added more math utilities
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 | ||
