diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-11 21:37:34 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-11 21:37:34 +0100 |
| commit | 3568412f8f230774d0d11d7ed1c897424f95d3ef (patch) | |
| tree | 77223792d8c925a9b1fc32b3f4341e943b5f8209 /docs/solve.txt | |
| parent | 67e1b5e6e6a2c917a2fe58a37a1382c982b1e5c5 (diff) | |
| download | nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.tar.gz nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.zip | |
Rewritten from scratch. Welocme nissy 2.0!
Diffstat (limited to 'docs/solve.txt')
| -rw-r--r-- | docs/solve.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/solve.txt b/docs/solve.txt deleted file mode 100644 index 1d83094..0000000 --- a/docs/solve.txt +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND solve | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | solve [MOVES|$ID|@ID] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Solves the given scramble, which can be given as a sequence of moves or as $ID | ||
| 9 | or @ID. If none is given, the user can type it on the next line. | ||
| 10 | The algorithm first tries to find a short (<=10 moves) solution, and then | ||
| 11 | switches to a 2-step algorithm (unless the option "o" is specified, in which | ||
| 12 | case it keeps looking for an optimal solution). | ||
| 13 | The first time it uses the 2-step algorithm it needs to load some tables, which | ||
| 14 | can take a few seconds. It runs much faster after that. If the option "o" is | ||
| 15 | specified, the first time it loads some large tables, which can take a minute | ||
| 16 | or two. | ||
| 17 | |||
| 18 | OPTIONS | ||
| 19 | b=N Only looks for solutions up to N moves. | ||
| 20 | n=N Tries to find multiple solutions, at most N. Multiple | ||
| 21 | Solutions will only be found if they are <=10 moves. | ||
| 22 | o Looks for optimal solution. | ||
| 23 | |||
| 24 | |||
| 25 | EXAMPLES | ||
| 26 | solve R' U' F | ||
| 27 | Solves the scramble R' U' F. | ||
| 28 | solve o b=14 $1 | ||
| 29 | Tries to solve the scramble $1 optimally, but stops if no solution of 14 | ||
| 30 | moves or shorter is found. | ||
| 31 | solve n=16 R L' U2 R' L F2 | ||
| 32 | Finds the 16 shortest solutions for the scramble above. | ||
| 33 | |||
