aboutsummaryrefslogtreecommitdiff
path: root/docs/eo.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-11 21:37:34 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-11 21:37:34 +0100
commit3568412f8f230774d0d11d7ed1c897424f95d3ef (patch)
tree77223792d8c925a9b1fc32b3f4341e943b5f8209 /docs/eo.txt
parent67e1b5e6e6a2c917a2fe58a37a1382c982b1e5c5 (diff)
downloadnissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.tar.gz
nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.zip
Rewritten from scratch. Welocme nissy 2.0!
Diffstat (limited to 'docs/eo.txt')
-rw-r--r--docs/eo.txt38
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
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