diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -4,6 +4,12 @@ This is a list of things that I would like to add or change at some point. | |||
| 4 | It's more of a personal reminder than anything else. | 4 | It's more of a personal reminder than anything else. |
| 5 | 5 | ||
| 6 | ## After symcoord | 6 | ## After symcoord |
| 7 | ### fst_cube | ||
| 8 | * slightly different from cube in v2.0.2: each "side" coordinate | ||
| 9 | is a transformation of the other, not an eorl or similar (changes | ||
| 10 | the permutation!) | ||
| 11 | * inverse: for edges, just generate ep[12] and convert back | ||
| 12 | * corners: big table (150Mb if 16bit integers are used) | ||
| 7 | ### Solving standard coordinates | 13 | ### Solving standard coordinates |
| 8 | * add Void * extradata to DfsArg and a custom move function | 14 | * add Void * extradata to DfsArg and a custom move function |
| 9 | * add optional custom pre-process for generating special table (nx) | 15 | * add optional custom pre-process for generating special table (nx) |
| @@ -12,13 +18,6 @@ It's more of a personal reminder than anything else. | |||
| 12 | * implement nxopt with all tables and all tricks | 18 | * implement nxopt with all tables and all tricks |
| 13 | (maybe compile time variable for maximum memory to use?) | 19 | (maybe compile time variable for maximum memory to use?) |
| 14 | * is_valid should also unniss / cleanup the alg | 20 | * is_valid should also unniss / cleanup the alg |
| 15 | ### fst_cube | ||
| 16 | * slightly different from cube in v2.0.2: each "side" coordinate | ||
| 17 | is a transformation of the other, not an eorl or similar (changes | ||
| 18 | the permutation!) | ||
| 19 | * add fst_index for some coordinates? | ||
| 20 | * inverse: for edges, just generate ep[12] and convert back | ||
| 21 | * corners: big table (150Mb if 16bit integers are used) | ||
| 22 | 21 | ||
| 23 | ## For version 2.1 | 22 | ## For version 2.1 |
| 24 | ### Changes to Step and Solve | 23 | ### Changes to Step and Solve |
