aboutsummaryrefslogtreecommitdiff
path: root/docs/drfinish.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/drfinish.txt
parent4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff)
downloadnissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz
nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip
First push
Diffstat (limited to '')
-rw-r--r--docs/drfinish.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/drfinish.txt b/docs/drfinish.txt
new file mode 100644
index 0000000..efd12ac
--- /dev/null
+++ b/docs/drfinish.txt
@@ -0,0 +1,29 @@
1
2HELP PAGE FOR COMMAND drfinish
3
4SYNTAX
5drfinish [OPTIONS] [MOVES|$ID|@ID]
6
7DESCRIPTION
8Solves the given scramble using the DR moveset. DR must be solved. The scramble
9can be given as the last argument of the command, or it may be given as an $ID
10or @ID, or it can be typed out on the following line.
11
12OPTIONS
13from {ud|fb|rl} Allows to specify on which axis the DR is solved. It is
14 usually not necessary, since nissy will find a DR on any
15 axis, but it can be useful if one want to e.g. solve an HTR
16 state allowing quarter-turns from a specific DR.
17b=N Specify a bound for the number of moves. N must be a number.
18 Default value: 20.
19n=N Specify a maximum number of solutions to be output. N must
20 be a number.
21 Default value: 1.
22
23EXAMPLES
24dr from ud R L' U2 R' L F2
25 Solves the given scramble using the moveset <U,D,R2,L2,F2,B2>. In this case:
26@1: U2 R2 F2 R2 U2 R2 F2 R2 (8)
27drfinish b=7 n=10 $1
28 Finds (at most) 10 solutions of length at most 7 for the scramble $1.
29

Generated with cgit - Back to sebastiano.tronto.net