From ce4d6f93c8d00a56b9356d0c0d8489c28e1459df Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 25 Dec 2021 20:57:45 +0100 Subject: Added -O option for solve (specify number of moves within optimal) --- doc/nissy.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/nissy.1') 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. .It Fl o Only find solutions that require the minimum number of moves. . +.It Fl O Ar N +Only find solutions that require at most +.Ar N +moves more than the optimal solution. If +.Ar N +is 0, this is equivalent to +.It Fl o +. .It Fl p Plain style: do not print the number of moves. . -- cgit v1.3