From 51dff333ceb5228b8de98dd621c0c2b62ed43441 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 25 Dec 2021 10:08:02 +0100 Subject: Changed -s (max solutions) option to -n and -n (NISS) to -N --- doc/nissy.1 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/nissy.1') 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 .Ar MAX moves long. . -.It Fl n -Allow use of NISS. -. -.It Fl o -Only find solutions that require the minimum number of moves. -. -.It Fl p -Plain style: do not print the number of moves. -. -.It Fl s Ar n +.It Fl n Ar N Try to find -.Ar n +.Ar N solutions. By default and unless the .Fl M or @@ -124,12 +115,21 @@ is used, all the solutions found within the given bounds are returned. The option .Fl s overwrites these default behaviors and at most -.Ar n +.Ar N solutions are returned, still satisfiyng the other constraints. . -.It Fl t Ar n +.It Fl N +Allow use of NISS. +. +.It Fl o +Only find solutions that require the minimum number of moves. +. +.It Fl p +Plain style: do not print the number of moves. +. +.It Fl t Ar N Use -.Ar n +.Ar N CPU threads. By default nissy uses only 1 thread. Using more than one thread will improve performance, but the optimal number depends on your machine and operating system. Generally, using one less than the number -- cgit v1.3