From 0e8d73bb3edcc8bdff6e3ded442b66f68265059a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 21 Jun 2020 23:01:57 +0200 Subject: First push --- docs/replace.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/replace.txt (limited to 'docs/replace.txt') diff --git a/docs/replace.txt b/docs/replace.txt new file mode 100644 index 0000000..f147584 --- /dev/null +++ b/docs/replace.txt @@ -0,0 +1,22 @@ + +HELP PAGE FOR COMMAND replace + +SYNTAX +eo [OPTIONS] [MOVES|$ID|@ID] + +DESCRIPTION +Looks for non-optimal subsequences and replaces them to shorten the given +sequence. By default it tries to shorten every subsequence of up to 10 moves, +but this can be change with the "b" option. +It outputs at most 10 equivalent optimal sequences for each replaceable part. + +OPTIONS +b=N Finds non-optimal subsequences of up to N moves. + +EXAMPLES +replace D2 F' D2 U2 F' L2 R2 U' D B2 D B2 U B2 F L2 R' F' D U' + Produces the following output: +Replace [ R2 U' D B2 D B2 ] (moves 7-12) with: [ D R2 D U' ] (-6+4) +Replace [ R2 U' D B2 D B2 U ] (moves 7-13) with: [ D R2 D ] (-7+3) +Replace [ U' D B2 D B2 U ] (moves 8-13) with: [ R2 D R2 D ] (-6+4) + -- cgit v1.3