aboutsummaryrefslogtreecommitdiff
path: root/docs/dr.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/dr.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/dr.txt b/docs/dr.txt
new file mode 100644
index 0000000..ddbd9aa
--- /dev/null
+++ b/docs/dr.txt
@@ -0,0 +1,45 @@
1
2HELP PAGE FOR COMMAND dr
3
4SYNTAX
5dr [OPTIONS] [MOVES|$ID|@ID]
6
7DESCRIPTION
8Solves DR 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.
11If the option "from" is given (see below), it solves DR from an EO (if edges
12are oriented) without breaking that EO.
13The first time this command is called without the option from (and, to some
14extent, also the first time it is called with the option from), nissy loads
15some pruning tables that were not loaded on startup, causing a small but
16noticeable delay.
17
18OPTIONS
19axis={fb,rl,ud} Specify the axis for the DR. One to three axes can be given,
20 comma separated, no spaces.
21 Default: DR on any of the three axis (omitting the option is
22 the same as specifying axis=fb,rl,ud).
23b=N Specify a bound for the number of moves. N must be a number.
24 Default value: 20.
25h Show hidden DRs.
26 Default, if an DR ending in e.g. R is shown, the equivalent
27 one ending in R' is hidden.
28from {fb|rl|ud} Solve DR from the specified EO, which must be solved,
29 without breaking the EO.
30niss Use NISS. It works only if solving DR from EO.
31 Default: does not use NISS.
32n=N Specify a maximum number of EOs to be output. N must be a
33 number.
34 Default value: 1.
35
36EXAMPLES
37dr from rl axis=ud $1
38 Finds optimal DR on ud, starting from EO on rl, for the first saved scramble.
39
40dr niss from fb n=10 m=6 F2 R L B' F D U' R2 L' F D B
41 Finds up to 10 DRs of length at most 6 from EO on fb, possibly using NISS.
42
43dr n=100 axis=ud h
44 Finds 100 DRs on ud, including "hidden" DRs.
45

Generated with cgit - Back to sebastiano.tronto.net