aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-25 10:08:02 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-25 10:08:02 +0100
commit51dff333ceb5228b8de98dd621c0c2b62ed43441 (patch)
tree3099fc04207bae157abcc593b9f7784edf83d7a6 /doc
parentbedc3ef9af6bc54f3ede135f1ad72565a8494f84 (diff)
downloadnissy-51dff333ceb5228b8de98dd621c0c2b62ed43441.tar.gz
nissy-51dff333ceb5228b8de98dd621c0c2b62ed43441.zip
Changed -s (max solutions) option to -n and -n (NISS) to -N
Diffstat (limited to '')
-rw-r--r--doc/nissy.128
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/nissy.1 b/doc/nissy.1
index d5e11e3..12dd638 100644
--- a/doc/nissy.1
+++ b/doc/nissy.1
@@ -99,18 +99,9 @@ Only look for solution that are at most
99.Ar MAX 99.Ar MAX
100moves long. 100moves long.
101. 101.
102.It Fl n 102.It Fl n Ar N
103Allow use of NISS.
104.
105.It Fl o
106Only find solutions that require the minimum number of moves.
107.
108.It Fl p
109Plain style: do not print the number of moves.
110.
111.It Fl s Ar n
112Try to find 103Try to find
113.Ar n 104.Ar N
114solutions. By default and unless the 105solutions. By default and unless the
115.Fl M 106.Fl M
116or 107or
@@ -124,12 +115,21 @@ is used, all the solutions found within the given bounds are returned.
124The option 115The option
125.Fl s 116.Fl s
126overwrites these default behaviors and at most 117overwrites these default behaviors and at most
127.Ar n 118.Ar N
128solutions are returned, still satisfiyng the other constraints. 119solutions are returned, still satisfiyng the other constraints.
129. 120.
130.It Fl t Ar n 121.It Fl N
122Allow use of NISS.
123.
124.It Fl o
125Only find solutions that require the minimum number of moves.
126.
127.It Fl p
128Plain style: do not print the number of moves.
129.
130.It Fl t Ar N
131Use 131Use
132.Ar n 132.Ar N
133CPU threads. By default nissy uses only 1 thread. Using more than one 133CPU threads. By default nissy uses only 1 thread. Using more than one
134thread will improve performance, but the optimal number depends on your 134thread will improve performance, but the optimal number depends on your
135machine and operating system. Generally, using one less than the number 135machine and operating system. Generally, using one less than the number

Generated with cgit - Back to sebastiano.tronto.net