From 4e7a653f6793021b3ea94c24add8dd9884a6988f Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Thu, 17 May 2018 22:49:18 +0300 Subject: [PATCH] Preliminary support for fc-solve's "-hoi" flag. See https://groups.yahoo.com/neo/groups/fc-solve-discuss/conversations/messages/1580 --- pysollib/hint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/hint.py b/pysollib/hint.py index eb28ad83..8ab61e11 100644 --- a/pysollib/hint.py +++ b/pysollib/hint.py @@ -1004,7 +1004,7 @@ class FreeCellSolver_Hint(Base_Solver_Hint): # args = [] # args += ['-sam', '-p', '-opt', '--display-10-as-t'] - args += ['-m', '-p', '-opt', '-sel'] + args += ['-m', '-p', '-opt', '-sel', '-hoi'] if progress: args += ['--iter-output'] if DEBUG: