diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-26 00:36:39 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-26 00:36:39 +0100 |
| commit | b82df53eb461506984eb2b6a9b53e445b75e46af (patch) | |
| tree | 56140ec158318b67d8673993acc123c0ed3c5992 /TODO.md | |
| parent | ce4d6f93c8d00a56b9356d0c0d8489c28e1459df (diff) | |
| download | nissy-b82df53eb461506984eb2b6a9b53e445b75e46af.tar.gz nissy-b82df53eb461506984eb2b6a9b53e445b75e46af.zip | |
Better trans-detection system (for e.g. drfin for HTR scramble)
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 10 |
1 files changed, 4 insertions, 6 deletions
| @@ -24,8 +24,6 @@ including e.g. solutions that were not shown because -c) | |||
| 24 | ### Improvements to currently implemented commands | 24 | ### Improvements to currently implemented commands |
| 25 | * **solve should re-orient first if needed and not just give up if centers are off** | 25 | * **solve should re-orient first if needed and not just give up if centers are off** |
| 26 | * solve should try up to a small bound without loading the large pruning table | 26 | * solve should try up to a small bound without loading the large pruning table |
| 27 | * **drfin for HTR scrambles should try all 3 axis and pick the best solutions; | ||
| 28 | in general every step that automatically detects orientation should do this** | ||
| 29 | 27 | ||
| 30 | ### New features | 28 | ### New features |
| 31 | * cleanup: translate an alg to the standard HTM moveset + reorient at the end | 29 | * cleanup: translate an alg to the standard HTM moveset + reorient at the end |
| @@ -33,7 +31,7 @@ including e.g. solutions that were not shown because -c) | |||
| 33 | * configure max ram to be used (via config file and/or command line option) | 31 | * configure max ram to be used (via config file and/or command line option) |
| 34 | * transform alg, rufify etc... | 32 | * transform alg, rufify etc... |
| 35 | * more scramble stuff (scramble FMC with rufify...) | 33 | * more scramble stuff (scramble FMC with rufify...) |
| 36 | * **command notation to list available moves** | 34 | * command notation to list available moves |
| 37 | 35 | ||
| 38 | ## Distribution | 36 | ## Distribution |
| 39 | 37 | ||
| @@ -73,7 +71,7 @@ including e.g. solutions that were not shown because -c) | |||
| 73 | ### Cleanup | 71 | ### Cleanup |
| 74 | * Remove khuge from everywhere | 72 | * Remove khuge from everywhere |
| 75 | * sort again functions alphabetically in their files | 73 | * sort again functions alphabetically in their files |
| 76 | * **more stuff to load at start (or when suitable command is called) rather | 74 | * more stuff to load at start (or when suitable command is called) rather |
| 77 | than when called directly, to avoid nasty problems with threading** | 75 | than when called directly, to avoid nasty problems with threading |
| 78 | * unniss and inverse_alg work differently (one in place, the other makes | 76 | * unniss and inverse_alg work differently (one in place, the other makes |
| 79 | a copy and returns). | 77 | a copy and returns) changing inverse_alg seems the best option. |
