aboutsummaryrefslogtreecommitdiff
path: root/docs/eo.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2020-06-21 23:01:57 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2020-06-21 23:01:57 +0200
commit0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch)
tree4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /docs/eo.txt
parent4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff)
downloadnissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz
nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip
First push
Diffstat (limited to '')
-rw-r--r--docs/eo.txt38
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
2HELP PAGE FOR COMMAND eo
3
4SYNTAX
5eo [OPTIONS] [MOVES|$ID|@ID]
6
7DESCRIPTION
8Solves EO for a given scramble. A scramble can be given as last argument of the
9command, or an ID of a saved scramble can be provided. If none of the two is
10given, a prompt will ask the user to input a new scramble.
11
12OPTIONS
13axis={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).
17b=N Specify a bound for the number of moves. N must be a number.
18 Default value: 20.
19h Show hidden EOs.
20 Default, if an EO ending in e.g. F is shown, the equivalent
21 one ending in F' is hidden.
22niss Use NISS.
23 Default: does not use NISS.
24n=N Specify a maximum number of EOs to be output. N must be a
25 number.
26 Default value: 1.
27
28EXAMPLES
29eo axis=fb $1
30 Finds one optimal EO on fb for the first saved scramble.
31
32eo n=5 b=4 U R F
33 Finds up to 5 EOs of length at most 4 for scramble U R F.
34
35eo 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

Generated with cgit - Back to sebastiano.tronto.net