diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 20:57:45 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 20:57:45 +0100 |
| commit | ce4d6f93c8d00a56b9356d0c0d8489c28e1459df (patch) | |
| tree | 4f519efd1850d444ef344f6098b7e3346bcd94a8 /doc/nissy.1 | |
| parent | 0f81a5a70be20a82ee8495f050366a28d0be21c7 (diff) | |
| download | nissy-ce4d6f93c8d00a56b9356d0c0d8489c28e1459df.tar.gz nissy-ce4d6f93c8d00a56b9356d0c0d8489c28e1459df.zip | |
Added -O option for solve (specify number of moves within optimal)
Diffstat (limited to 'doc/nissy.1')
| -rw-r--r-- | doc/nissy.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/nissy.1 b/doc/nissy.1 index fea5ddb..549cc4f 100644 --- a/doc/nissy.1 +++ b/doc/nissy.1 | |||
| @@ -127,6 +127,14 @@ Allow use of NISS. | |||
| 127 | .It Fl o | 127 | .It Fl o |
| 128 | Only find solutions that require the minimum number of moves. | 128 | Only find solutions that require the minimum number of moves. |
| 129 | . | 129 | . |
| 130 | .It Fl O Ar N | ||
| 131 | Only find solutions that require at most | ||
| 132 | .Ar N | ||
| 133 | moves more than the optimal solution. If | ||
| 134 | .Ar N | ||
| 135 | is 0, this is equivalent to | ||
| 136 | .It Fl o | ||
| 137 | . | ||
| 130 | .It Fl p | 138 | .It Fl p |
| 131 | Plain style: do not print the number of moves. | 139 | Plain style: do not print the number of moves. |
| 132 | . | 140 | . |
