From 3568412f8f230774d0d11d7ed1c897424f95d3ef Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 11 Nov 2021 21:37:34 +0100 Subject: Rewritten from scratch. Welocme nissy 2.0! --- docs/replace.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 docs/replace.txt (limited to 'docs/replace.txt') 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 @@ - -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