aboutsummaryrefslogtreecommitdiff
path: root/docs
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
parent67e1b5e6e6a2c917a2fe58a37a1382c982b1e5c5 (diff)
downloadnissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.tar.gz
nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.zip
Rewritten from scratch. Welocme nissy 2.0!
Diffstat (limited to '')
-rw-r--r--docs/add.txt18
-rw-r--r--docs/change.txt21
-rw-r--r--docs/clear.txt9
-rw-r--r--docs/co.txt39
-rw-r--r--docs/dr.txt45
-rw-r--r--docs/drcorners.txt34
-rw-r--r--docs/drfinish.txt29
-rw-r--r--docs/eo.txt38
-rw-r--r--docs/exit.txt9
-rw-r--r--docs/help.txt15
-rw-r--r--docs/htr.txt30
-rw-r--r--docs/htrfinish.txt23
-rw-r--r--docs/invert.txt14
-rw-r--r--docs/nissy.txt88
-rw-r--r--docs/pic.txt20
-rw-r--r--docs/print.txt19
-rw-r--r--docs/quit.txt9
-rw-r--r--docs/replace.txt22
-rw-r--r--docs/save.txt22
-rw-r--r--docs/scramble.txt22
-rw-r--r--docs/solve.txt33
-rw-r--r--docs/unniss.txt14
22 files changed, 0 insertions, 573 deletions
diff --git a/docs/add.txt b/docs/add.txt
deleted file mode 100644
index af1f079..0000000
--- a/docs/add.txt
+++ /dev/null
@@ -1,18 +0,0 @@
1
2HELP PAGE FOR COMMAND add
3
4SYNTAX
5add [MOVES|$ID1|@ID1] $ID2
6
7DESCRIPTION
8Appends either MOVES, the scramble memorized under $ID1 or the output sequence
9memorized under @ID1 at the end of the scramble memorized under $ID2. If none
10of MOVES, $ID1 or @ID1 is specified, the user will be asked to type the moves.
11Menmonic: "add x to y" or just "add to y".
12
13EXAMPLES
14add $1
15 The user is required to type the moves that will be appended to $1.
16add F R B $1
17 Appends the moves F R B to scramble $1. Now scramble $1 ends with F R B.
18
diff --git a/docs/change.txt b/docs/change.txt
deleted file mode 100644
index b6bba0e..0000000
--- a/docs/change.txt
+++ /dev/null
@@ -1,21 +0,0 @@
1
2HELP PAGE FOR COMMAND change
3
4SYNTAX
5change $ID1 [MOVES|$ID2|@ID2]
6
7DESCRIPTION
8Changes the scramble $ID1 to either MOVES, the scramble $ID2, the output @ID2
9or, if none is specified, the moves entered by the user. The scramble that was
10memorized under $ID1 is then lost.
11Mnemonic: "change x to y", or just "change x".
12
13EXAMPLES
14change $1
15 The user is required to type the moves that will replace $1.
16change $2 $3
17 Saves the scramble that was saved under $3 in $2. Now $2 and $3 are the same
18 scrambles, and the old $2 is lost.
19change $1 U R
20 Saves U R as scramble $1.
21
diff --git a/docs/clear.txt b/docs/clear.txt
deleted file mode 100644
index 8ba961a..0000000
--- a/docs/clear.txt
+++ /dev/null
@@ -1,9 +0,0 @@
1
2HELP PAGE FOR COMMAND clear
3
4SYNTAX
5clear
6
7DESCRIPTION
8Resets all saved scrambles and output sequences.
9
diff --git a/docs/co.txt b/docs/co.txt
deleted file mode 100644
index 27c0b43..0000000
--- a/docs/co.txt
+++ /dev/null
@@ -1,39 +0,0 @@
1
2HELP PAGE FOR COMMAND co
3
4SYNTAX
5co [OPTIONS] [MOVES|$ID|@ID]
6
7DESCRIPTION
8Solves CO 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 CO. One to three axes can be given,
14 comma separated, no spaces.
15 Default: CO 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 COs.
20 Default, if an CO ending in e.g. F is shown, the equivalent
21 one ending in F' is hidden.
22i Ignore centers. By default the CO is aligned with centers.
23niss Use NISS.
24 Default: does not use NISS.
25n=N Specify a maximum number of COs to be output. N must be a
26 number.
27 Default value: 1.
28
29EXAMPLES
30co axis=fb $1
31 Finds one optimal CO on fb for the first saved scramble.
32
33co n=5 b=4 U R F
34 Finds up to 5 COs of length at most 4 for scramble U R F.
35
36co n=100 b=5 niss axis=fb,ud h R' U' F L R'U'F
37 Finds up to 100 COs of lenth at most 4, possibly using NISS, including
38 "hidden" COs, excluding the rl axis.
39
diff --git a/docs/dr.txt b/docs/dr.txt
deleted file mode 100644
index ddbd9aa..0000000
--- a/docs/dr.txt
+++ /dev/null
@@ -1,45 +0,0 @@
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
diff --git a/docs/drcorners.txt b/docs/drcorners.txt
deleted file mode 100644
index 8eb9729..0000000
--- a/docs/drcorners.txt
+++ /dev/null
@@ -1,34 +0,0 @@
1
2HELP PAGE FOR COMMAND drcorners
3
4SYNTAX
5drcorners [OPTIONS] [MOVES|$ID|@ID]
6
7DESCRIPTION
8Similar to drfinish, but only solves corners. CO 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 CO is solved. It is
14 usually not necessary, since nissy will find a CO on any
15 axis.
16i Ignores E-layer centers. By default cornersare solved
17 relatively to centers; this options allows for solutions
18 which solve corners relatively to each other and to the
19 U and D sides, but not to the E layer (or any equivalent
20 if the CO is not on U/D).
21b=N Specify a bound for the number of moves. N must be a number.
22 Default value: 20.
23n=N Specify a maximum number of solutions to be output. N must
24 be a number.
25 Default value: 1.
26
27EXAMPLES
28drcorners n=3 R' D R2 D' R' U2 R D R' U2 R' D' R
29 Produces the following output:
30Found 3 results.
31@1: U' F2 U R2 U2 F2 U F2 U R2 (10)
32@2: U' F2 U R2 U2 B2 U R2 D R2 (10)
33@3: U' F2 U R2 U2 B2 U L2 U L2 (10)
34
diff --git a/docs/drfinish.txt b/docs/drfinish.txt
deleted file mode 100644
index efd12ac..0000000
--- a/docs/drfinish.txt
+++ /dev/null
@@ -1,29 +0,0 @@
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
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
diff --git a/docs/exit.txt b/docs/exit.txt
deleted file mode 100644
index fb3d8f5..0000000
--- a/docs/exit.txt
+++ /dev/null
@@ -1,9 +0,0 @@
1
2HELP PAGE FOR COMMAND exit
3
4SYNTAX
5exit
6
7DESCRIPTION
8Exits nissy.
9
diff --git a/docs/help.txt b/docs/help.txt
deleted file mode 100644
index 6eeaa75..0000000
--- a/docs/help.txt
+++ /dev/null
@@ -1,15 +0,0 @@
1
2HELP PAGE FOR COMMAND help
3
4SYNTAX
5help [nissy|COMMAND]
6
7DESCRIPTION
8'help nissy' prints a general user manual. 'help COMMAND' prints a detailed
9help page for the command COMMAND, if it exists. 'help' prints a list of all
10available commands a short description for each.
11
12EXAMPLES
13help help
14 Prints this help page.
15
diff --git a/docs/htr.txt b/docs/htr.txt
deleted file mode 100644
index 7ed4d35..0000000
--- a/docs/htr.txt
+++ /dev/null
@@ -1,30 +0,0 @@
1
2HELP PAGE FOR COMMAND htr
3
4SYNTAX
5htr [OPTIONS] [MOVES|$ID|@ID]
6
7DESCRIPTION
8Finds HTR for a given scramble. DR must be solved. A scramble can be given as
9last argument of the command, or an ID of a saved scramble can be provided. If
10none of the two is given, a prompt will ask the user to input a new scramble.
11
12OPTIONS
13from {ud|fb|rl} Allows to specify on which axis the DR is. This is usually
14 not needed, since nissy will automatically find it out.
15b=N Specify a bound for the number of moves. N must be a number.
16 Default value: 20.
17h Show hidden HTRs.
18 Default, if an HTR ending in e.g. R is shown, the equivalent
19 one ending in R' is hidden.
20niss Use NISS.
21 Default: does not use NISS.
22n=N Specify a maximum number of HTRs to be output. N must be a
23 number.
24 Default value: 1.
25
26EXAMPLES
27eo n=10 b=7 niss $1
28 Finds up to 100 HTRs of lenth at most 7, possibly using NISS, including
29 "hidden" HTRs, for scramble $1. DR must be solved.
30
diff --git a/docs/htrfinish.txt b/docs/htrfinish.txt
deleted file mode 100644
index 7b58307..0000000
--- a/docs/htrfinish.txt
+++ /dev/null
@@ -1,23 +0,0 @@
1
2HELP PAGE FOR COMMAND htrfinish
3
4SYNTAX
5htrfinish [OPTIONS] [MOVES|$ID|@ID]
6
7DESCRIPTION
8Similar to drfinish, but uses the moveset <U2,D2,R2,L2,F2,B2>. HTR must be
9solved. The scramble can be given as the last argument of the command, or it
10may be given as an $ID or @ID, or it can be typed out on the following line.
11
12OPTIONS
13b=N Specify a bound for the number of moves. N must be a number.
14 Default value: 20.
15n=N Specify a maximum number ofsolutions to be output. N must be
16 a number.
17 Default value: 1.
18
19EXAMPLES
20htrfinish R L' U2 R' L F2
21 Produces the following solution:
22@1: U2 R2 F2 R2 U2 R2 F2 R2 (8)
23
diff --git a/docs/invert.txt b/docs/invert.txt
deleted file mode 100644
index e4644e4..0000000
--- a/docs/invert.txt
+++ /dev/null
@@ -1,14 +0,0 @@
1
2HELP PAGE FOR COMMAND invert
3
4SYNTAX
5invert [MOVES|$ID|@ID]
6
7DESCRIPTION
8Inverts a sequence of moves, which can be given also as $ID or @ID. The given
9sequence must not use NISS (if it does, use the command unniss first).
10
11EXAMPLES
12invert F R D'
13 Prints D R' F'
14
diff --git a/docs/nissy.txt b/docs/nissy.txt
deleted file mode 100644
index de4744b..0000000
--- a/docs/nissy.txt
+++ /dev/null
@@ -1,88 +0,0 @@
1
2*******************************************************************************
3********************* NISSY: a cube solver and FMC helper *********************
4*******************************************************************************
5
6If you just want to solve the cube, type 'solve' followed by the scramble. This
7will not always give you an optimal solution, unless it is 10 moves or less or
8you use the "o" option. Finding the optimal solution might take very long if it
9is 16 moves or more, especially for the first time.
10
11Now the fun stuff. With nissy you can save and manipulate move sequences, for
12example:
13
14nissy-# save R' U' F
15$1: R' U' F
16nissy-# add L2D' $1
17$1: R' U' F L2 D'
18
19You can then ask nissy to solve certain substepson a saved scramble:
20
21nissy-# eo axis=rl $1
22@1: U D F' R (4)
23
24And of course it uses also NISS, if you ask:
25
26nissy-# eo niss axis=rl $1
27@1: (R) (1)
28
29Notice that the sequences you save are marked with a $, while the "output"
30sequences are marked with @. The difference between these two type of sequences
31is that those marked with @ are temporary and get lost once you get new output.
32Most commands accept as input either a move sequence typed out, a $-sequence or
33a @-sequence. For example, you can however save a @-sequence and make it
34persistent:
35
36nissy-# save @1
37$2: (R)
38
39Nissy also understands NISS. Let's see a more complicated example where you
40save a scramble, ask for some EOs (using NISS) and then a DR on inverse:
41
42nissy-# save R' U' F R U R2 F2 R2 D R2 U L2 U R2 D2 B' D U' R D R' D U2 F2 R' U' F
43$3: R' U' F R U R2 F2 R2 D R2 U L2 U R2 D2 B' D U' R D R' D U2 F2 R' U' F
44nissy-# eo n=10 niss axis=fb,rl $3
45Found 10 results.
46@1: (U' L B D F) (5)
47@2: (U' L B' D F) (5)
48@3: (L B U D F) (5)
49@4: (L B' U D F) (5)
50@5: R U B U L (5)
51@6: R U' L (B L) (5)
52@7: R U' B U L (5)
53@8: R L (L B L) (5)
54@9: R (U2 D' F R) (5)
55@10: R (U2 F D' R) (5)
56nissy-# add @6 $3
57$3: R' U' F R U R2 F2 R2 D R2 U L2 U R2 D2 B' D U' R D R' D U2 F2 R' U' F R U' L (B L)
58nissy-# unniss $3
59@1: L' B' R' U' F R U R2 F2 R2 D R2 U L2 U R2 D2 B' D U' R D R' D U2 F2 R' U' F R U' L
60nissy-# invert @1
61@1: L' U R' F' U R F2 U2 D' R D' R' U D' B D2 R2 U' L2 U' R2 D' R2 F2 R2 U' R' F' U R B L
62nissy-# save @1
63$5: L' U R' F' U R F2 U2 D' R D' R' U D' B D2 R2 U' L2 U' R2 D' R2 F2 R2 U' R' F' U R B L
64nissy-# dr from rl $5
65@1: F2 U D2 F' B D B (7)
66nissy-#
67
68If you ask nissy to solve a substep (or the whole cube) using a sequence with
69NISS as scramble, it will first un-NISS it (but without saving the unNISSed
70scramble anywhere):
71
72print $3
73$3: R' U' F R U R2 F2 R2 D R2 U L2 U R2 D2 B' D U' R D R' D U2 F2 R' U' F R U' L (B L)
74nissy-# solve $3
75@1: F U' R2 F2 U2 F U2 R2 L2 D R2 U B2 D' L2 D B2 D2 (18)
76
77Nissy knows how to solve certain common sub-steps for DR (or Thistlethwaite /
78Kociemba algorithms). For now it does know more common speedsolving methods.
79
80For a full list of commands type "help". For a more detailed help on a specific
81command, type "help (command)". The help pages can also be found in the docs
82folder.
83
84If you want to report a bug (I'm sure there are many!) or give a suggestion,
85you can send an email to sebastiano.tronto@gmail.com.
86
87Have fun!
88
diff --git a/docs/pic.txt b/docs/pic.txt
deleted file mode 100644
index 0285a2f..0000000
--- a/docs/pic.txt
+++ /dev/null
@@ -1,20 +0,0 @@
1
2HELP PAGE FOR COMMAND pic
3
4SYNTAX
5pic [MOVES|$ID|@ID]
6
7DESCRIPTION
8Prints the cube state after applying the given scramble.
9
10EXAMPLES
11pic R' U' F R U R2 F2 R2 D R2 U L2 U R2 D2 B' D U' R D R' D U2 F2 R' U' F
12 Gives the following output:
13 UF UL UB UR DF DL DB DR FR FL BL BR
14EP: FR UL FL UR UF DB DR BL UB BR DL DF
15EO(F/B): x x x x x x x x
16
17 UFR UFL UBL UBR DFR DFL DBL DBR
18CP: UBR UFR DFL DBL UFL UBL DBR DFR
19CO(U/D): ccw cw ccw cw
20
diff --git a/docs/print.txt b/docs/print.txt
deleted file mode 100644
index 6c6c032..0000000
--- a/docs/print.txt
+++ /dev/null
@@ -1,19 +0,0 @@
1
2HELP PAGE FOR COMMAND print
3
4SYNTAX
5print [$ID|@ID]
6
7DESCRIPTION
8Prints memorized sequences. If no argument is given, it prints all memorized
9scrambles ($ only). If $ID or @ID is specified, it only prints the relative
10memorized sequence.
11
12EXAMPLES
13print
14 Prints a list of all memorized scrambles (only $).
15print $2
16 Prints the second memorized scramble.
17print @13
18 Prints the 13th sequence that was part of the output of the last command.
19
diff --git a/docs/quit.txt b/docs/quit.txt
deleted file mode 100644
index 5866358..0000000
--- a/docs/quit.txt
+++ /dev/null
@@ -1,9 +0,0 @@
1
2HELP PAGE FOR COMMAND quit
3
4SYNTAX
5quit
6
7DESCRIPTION
8Exits nissy.
9
diff --git a/docs/replace.txt b/docs/replace.txt
deleted file mode 100644
index f147584..0000000
--- a/docs/replace.txt
+++ /dev/null
@@ -1,22 +0,0 @@
1
2HELP PAGE FOR COMMAND replace
3
4SYNTAX
5eo [OPTIONS] [MOVES|$ID|@ID]
6
7DESCRIPTION
8Looks for non-optimal subsequences and replaces them to shorten the given
9sequence. By default it tries to shorten every subsequence of up to 10 moves,
10but this can be change with the "b" option.
11It outputs at most 10 equivalent optimal sequences for each replaceable part.
12
13OPTIONS
14b=N Finds non-optimal subsequences of up to N moves.
15
16EXAMPLES
17replace D2 F' D2 U2 F' L2 R2 U' D B2 D B2 U B2 F L2 R' F' D U'
18 Produces the following output:
19Replace [ R2 U' D B2 D B2 ] (moves 7-12) with: [ D R2 D U' ] (-6+4)
20Replace [ R2 U' D B2 D B2 U ] (moves 7-13) with: [ D R2 D ] (-7+3)
21Replace [ U' D B2 D B2 U ] (moves 8-13) with: [ R2 D R2 D ] (-6+4)
22
diff --git a/docs/save.txt b/docs/save.txt
deleted file mode 100644
index a19dc18..0000000
--- a/docs/save.txt
+++ /dev/null
@@ -1,22 +0,0 @@
1
2HELP PAGE FOR COMMAND save
3
4SYNTAX
5save [MOVES|@ID|$ID]
6
7DESCRIPTION
8Memorizes the scramble specified by MOVES, given as input or temporarily saved
9as @ID, where ID is a number ('help nissy' for for more on IDs). If an $ID is
10given, it makes a copy of the scramble. An identifier of the form $ID, where ID
11is a number, is assigned to the memorized scramble.
12
13EXAMPLES
14save R U R' U'
15 Saves the scramble R U R' U'.
16save F (B)
17 Saves the scramble F (B) (NISS notation).
18save @3
19 Saves the third output sequence of the last command.
20save $2
21 Makes a copy of the second saved scramble.
22
diff --git a/docs/scramble.txt b/docs/scramble.txt
deleted file mode 100644
index dad8ba7..0000000
--- a/docs/scramble.txt
+++ /dev/null
@@ -1,22 +0,0 @@
1
2HELP PAGE FOR COMMAND scramble
3
4SYNTAX
5scramble [OPTIONS]
6
7DESCRIPTION
8Produces a random-state scramble. There are options to get a corners-only,
9edges-only or dr-state scramble.
10
11OPTIONS
12c Scrambles corners only (edges are solved).
13e Scrambles edges only (corners are solved).
14dr DR-state scramble. The DR is always on the U/D axis.
15
16
17EXAMPLES
18scramble
19 Gives a random-state scramble
20scramble dr
21 Gives a random-DR-state scramble
22
diff --git a/docs/solve.txt b/docs/solve.txt
deleted file mode 100644
index 1d83094..0000000
--- a/docs/solve.txt
+++ /dev/null
@@ -1,33 +0,0 @@
1
2HELP PAGE FOR COMMAND solve
3
4SYNTAX
5solve [MOVES|$ID|@ID]
6
7DESCRIPTION
8Solves the given scramble, which can be given as a sequence of moves or as $ID
9or @ID. If none is given, the user can type it on the next line.
10The algorithm first tries to find a short (<=10 moves) solution, and then
11switches to a 2-step algorithm (unless the option "o" is specified, in which
12case it keeps looking for an optimal solution).
13The first time it uses the 2-step algorithm it needs to load some tables, which
14can take a few seconds. It runs much faster after that. If the option "o" is
15specified, the first time it loads some large tables, which can take a minute
16or two.
17
18OPTIONS
19b=N Only looks for solutions up to N moves.
20n=N Tries to find multiple solutions, at most N. Multiple
21 Solutions will only be found if they are <=10 moves.
22o Looks for optimal solution.
23
24
25EXAMPLES
26solve R' U' F
27 Solves the scramble R' U' F.
28solve o b=14 $1
29 Tries to solve the scramble $1 optimally, but stops if no solution of 14
30 moves or shorter is found.
31solve n=16 R L' U2 R' L F2
32 Finds the 16 shortest solutions for the scramble above.
33
diff --git a/docs/unniss.txt b/docs/unniss.txt
deleted file mode 100644
index 399dd74..0000000
--- a/docs/unniss.txt
+++ /dev/null
@@ -1,14 +0,0 @@
1
2HELP PAGE FOR COMMAND unniss
3
4SYNTAX
5unniss [MOVES|$ID|@ID]
6
7DESCRIPTION
8Removes NISS from a sequence of moves, which can be given also as $ID or @ID.
9A sequence of the form A (B) is translated to B' A.
10
11EXAMPLES
12invert F R (D' L2)
13 Prints L2 D F R
14

Generated with cgit - Back to sebastiano.tronto.net