diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/eo.txt | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/docs/eo.txt b/docs/eo.txt deleted file mode 100644 index 603c189..0000000 --- a/docs/eo.txt +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 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 | |||
