diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
| commit | 0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch) | |
| tree | 4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /docs/eo.txt | |
| parent | 4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff) | |
| download | nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip | |
First push
Diffstat (limited to '')
| -rw-r--r-- | docs/eo.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/eo.txt b/docs/eo.txt new file mode 100644 index 0000000..603c189 --- /dev/null +++ b/docs/eo.txt | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND eo | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | eo [OPTIONS] [MOVES|$ID|@ID] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Solves EO for a given scramble. A scramble can be given as last argument of the | ||
| 9 | command, or an ID of a saved scramble can be provided. If none of the two is | ||
| 10 | given, a prompt will ask the user to input a new scramble. | ||
| 11 | |||
| 12 | OPTIONS | ||
| 13 | axis={fb,rl,ud} Specify the axis for the EO. One to three axes can be given, | ||
| 14 | comma separated, no spaces. | ||
| 15 | Default: EO on any of the three axis (omitting the option is | ||
| 16 | the same as specifying axis=fb,rl,ud). | ||
| 17 | b=N Specify a bound for the number of moves. N must be a number. | ||
| 18 | Default value: 20. | ||
| 19 | h Show hidden EOs. | ||
| 20 | Default, if an EO ending in e.g. F is shown, the equivalent | ||
| 21 | one ending in F' is hidden. | ||
| 22 | niss Use NISS. | ||
| 23 | Default: does not use NISS. | ||
| 24 | n=N Specify a maximum number of EOs to be output. N must be a | ||
| 25 | number. | ||
| 26 | Default value: 1. | ||
| 27 | |||
| 28 | EXAMPLES | ||
| 29 | eo axis=fb $1 | ||
| 30 | Finds one optimal EO on fb for the first saved scramble. | ||
| 31 | |||
| 32 | eo n=5 b=4 U R F | ||
| 33 | Finds up to 5 EOs of length at most 4 for scramble U R F. | ||
| 34 | |||
| 35 | eo n=100 b=5 niss axis=fb,ud h R' U' F L R'U'F | ||
| 36 | Finds up to 100 EOs of lenth at most 4, possibly using NISS, including | ||
| 37 | "hidden" EOs, excluding the rl axis. | ||
| 38 | |||
