diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-14 22:33:09 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-14 22:33:09 +0100 |
| commit | fcb3ac9b02c3ed150fbf6d539613510cc83627ea (patch) | |
| tree | 7ad41077725e771dab91cab6df39bf23026442a7 /TODO/new-feature-ideas.md | |
| parent | d97a625e8d96337dfa6a158cd247462b9cac29a5 (diff) | |
| download | nissy-fcb3ac9b02c3ed150fbf6d539613510cc83627ea.tar.gz nissy-fcb3ac9b02c3ed150fbf6d539613510cc83627ea.zip | |
Re-organized TODO file
Diffstat (limited to '')
| -rw-r--r-- | TODO/new-feature-ideas.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/TODO/new-feature-ideas.md b/TODO/new-feature-ideas.md new file mode 100644 index 0000000..b619e36 --- /dev/null +++ b/TODO/new-feature-ideas.md | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | # Possible new features and improvements | ||
| 2 | |||
| 3 | This file contains non-refined ideas. Once an idea gets refined, it will | ||
| 4 | get its own file and more details. | ||
| 5 | |||
| 6 | ## Steps | ||
| 7 | |||
| 8 | * QTM solver | ||
| 9 | * 5-side solver (for robots) | ||
| 10 | * Other steps (cross, blocks, LSE...) | ||
| 11 | |||
| 12 | ## UX features | ||
| 13 | |||
| 14 | * Save algs as variables and edit them (like in old nissy) | ||
| 15 | * Use a logging system for previously run commands, info, results... | ||
| 16 | (e.g. when solving with -c solutions are not shown, they can be logged here) | ||
| 17 | * Configurability: add an "alias" command, run config file at startup | ||
| 18 | * Input cube state directly instead of moves (ugly from command line / file) | ||
| 19 | |||
| 20 | ## Improvements | ||
| 21 | |||
| 22 | * Optimal solver: when asking only for one solution, scan for upper bound in | ||
| 23 | parallel using a non-optimal (but fast) solver (e.g. twophase). | ||
| 24 | * Optimal solver: up to a small bound, try with a small pruning table. | ||
| 25 | * Multi-step solver: make more general | ||
| 26 | |||
| 27 | ## New features | ||
| 28 | |||
| 29 | * EO analysis (and also DR and HTR analysis): group similar EOs (Jay) | ||
| 30 | * HTR "maze" analysis? | ||
