diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-11 21:37:34 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-11 21:37:34 +0100 |
| commit | 3568412f8f230774d0d11d7ed1c897424f95d3ef (patch) | |
| tree | 77223792d8c925a9b1fc32b3f4341e943b5f8209 /docs/co.txt | |
| parent | 67e1b5e6e6a2c917a2fe58a37a1382c982b1e5c5 (diff) | |
| download | nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.tar.gz nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.zip | |
Rewritten from scratch. Welocme nissy 2.0!
Diffstat (limited to 'docs/co.txt')
| -rw-r--r-- | docs/co.txt | 39 |
1 files changed, 0 insertions, 39 deletions
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 | |||
| 2 | HELP PAGE FOR COMMAND co | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | co [OPTIONS] [MOVES|$ID|@ID] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Solves CO for a given scramble. A scramble can be given as last argument of the | ||
| 9 | command, or an ID of a saved scramble can be provided. If none of the two is | ||
| 10 | given, a prompt will ask the user to input a new scramble. | ||
| 11 | |||
| 12 | OPTIONS | ||
| 13 | axis={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). | ||
| 17 | b=N Specify a bound for the number of moves. N must be a number. | ||
| 18 | Default value: 20. | ||
| 19 | h Show hidden COs. | ||
| 20 | Default, if an CO ending in e.g. F is shown, the equivalent | ||
| 21 | one ending in F' is hidden. | ||
| 22 | i Ignore centers. By default the CO is aligned with centers. | ||
| 23 | niss Use NISS. | ||
| 24 | Default: does not use NISS. | ||
| 25 | n=N Specify a maximum number of COs to be output. N must be a | ||
| 26 | number. | ||
| 27 | Default value: 1. | ||
| 28 | |||
| 29 | EXAMPLES | ||
| 30 | co axis=fb $1 | ||
| 31 | Finds one optimal CO on fb for the first saved scramble. | ||
| 32 | |||
| 33 | co n=5 b=4 U R F | ||
| 34 | Finds up to 5 COs of length at most 4 for scramble U R F. | ||
| 35 | |||
| 36 | co 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 | |||
