diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-11 07:48:58 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-11 07:48:58 +0200 |
| commit | c89c5a1832354d656757c5aff49018d0313838e0 (patch) | |
| tree | c01d1cedfcdf850f2df66a209a7e4c04c247293f /TODO.txt | |
| parent | 2ec81876eb59bb3e7c544774aa222988c1f574c4 (diff) | |
| download | nissy-core-c89c5a1832354d656757c5aff49018d0313838e0.tar.gz nissy-core-c89c5a1832354d656757c5aff49018d0313838e0.zip | |
Cleaned up cube.h
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,8 +1,7 @@ | |||
| 1 | Refactoring: remove cube_fast_t and add b32 format | 1 | Refactoring: remove cube_fast_t and add b32 format |
| 2 | - see TODO comments in cube.h | ||
| 3 | - fix utility code in utils/*.c | 2 | - fix utility code in utils/*.c |
| 4 | replace h48_to_lst with convert.c | 3 | replace h48_to_lst with convert.c (use convert from cube.h) |
| 5 | fix invert.c | 4 | fix invert.c (use inverse from cube.h) |
| 6 | fix utils/*.sh scripts to use the new convert | 5 | fix utils/*.sh scripts to use the new convert |
| 7 | convert all utils/cubes/*.txt files in b32 format | 6 | convert all utils/cubes/*.txt files in b32 format |
| 8 | - switch to b32 by default | 7 | - switch to b32 by default |
| @@ -20,6 +19,7 @@ Solver | |||
| 20 | - write a solver (how many tricks? some, but not all are needed) | 19 | - write a solver (how many tricks? some, but not all are needed) |
| 21 | 20 | ||
| 22 | More utilities for tables (in cube.h) | 21 | More utilities for tables (in cube.h) |
| 22 | - cleanup solve and gendata in cube.h and cube_public.h | ||
| 23 | - for tables, a "dryrun" function that only tells you the size needed | 23 | - for tables, a "dryrun" function that only tells you the size needed |
| 24 | - check hash of generated data | 24 | - check hash of generated data |
| 25 | 25 | ||
