diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 15:13:25 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 15:13:25 +0100 |
| commit | 92fe5c67548304af7630ba0dd571b9d95241e412 (patch) | |
| tree | 4f394f944bdb05a28a36ae0442d9d2418cb5fa3c /doc/nissy.1 | |
| parent | fe1343560ef17a700cdf3110d2d2b6305338c041 (diff) | |
| download | nissy-92fe5c67548304af7630ba0dd571b9d95241e412.tar.gz nissy-92fe5c67548304af7630ba0dd571b9d95241e412.zip | |
Added -c option for solve
Diffstat (limited to 'doc/nissy.1')
| -rw-r--r-- | doc/nissy.1 | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/doc/nissy.1 b/doc/nissy.1 index 0e2e5cb..8f92b01 100644 --- a/doc/nissy.1 +++ b/doc/nissy.1 | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | .Nd a Rubik's cube solver and FMC assistant | 6 | .Nd a Rubik's cube solver and FMC assistant |
| 7 | . | 7 | . |
| 8 | .Sh SYNOPSIS | 8 | .Sh SYNOPSIS |
| 9 | .Nm Op Fl b | 9 | .Op Fl b |
| 10 | .Nm | 10 | .Nm |
| 11 | .Ar command | 11 | .Ar command |
| 12 | .Op options... | 12 | .Op options... |
| @@ -82,6 +82,13 @@ command are the following: | |||
| 82 | . | 82 | . |
| 83 | .Bl -tag -width Ds | 83 | .Bl -tag -width Ds |
| 84 | . | 84 | . |
| 85 | .It Fl a | ||
| 86 | Print all solutions: some solutions are filtered out by default for some | ||
| 87 | steps, for examples EOs that finish with F\(aq, with this options they are not. | ||
| 88 | . | ||
| 89 | .It Fl c | ||
| 90 | Display only the number of solutions found, not the solutions themselves. | ||
| 91 | . | ||
| 85 | .It Fl m Ar min | 92 | .It Fl m Ar min |
| 86 | Only look for solution that are at least | 93 | Only look for solution that are at least |
| 87 | .Ar min | 94 | .Ar min |
| @@ -92,15 +99,6 @@ Only look for solution that are at most | |||
| 92 | .Ar MAX | 99 | .Ar MAX |
| 93 | moves long. | 100 | moves long. |
| 94 | . | 101 | . |
| 95 | .It Fl s Ar n | ||
| 96 | Try to find | ||
| 97 | .Ar n | ||
| 98 | solutions. | ||
| 99 | . | ||
| 100 | .It Fl a | ||
| 101 | Print all solutions: some solutions are filtered out by default for some | ||
| 102 | steps, for examples EOs that finish with F\(aq, with this options they are not. | ||
| 103 | . | ||
| 104 | .It Fl n | 102 | .It Fl n |
| 105 | Allow use of NISS. | 103 | Allow use of NISS. |
| 106 | . | 104 | . |
| @@ -110,6 +108,11 @@ Only find solutions that require the minimum number of moves. | |||
| 110 | .It Fl p | 108 | .It Fl p |
| 111 | Plain style: do not print the number of moves. | 109 | Plain style: do not print the number of moves. |
| 112 | . | 110 | . |
| 111 | .It Fl s Ar n | ||
| 112 | Try to find | ||
| 113 | .Ar n | ||
| 114 | solutions. | ||
| 115 | . | ||
| 113 | .It Fl t Ar n | 116 | .It Fl t Ar n |
| 114 | Use | 117 | Use |
| 115 | .Ar n | 118 | .Ar n |
