1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Preliminary support for fc-solve's "-hoi" flag.

See
https://groups.yahoo.com/neo/groups/fc-solve-discuss/conversations/messages/1580
This commit is contained in:
Shlomi Fish 2018-05-17 22:49:18 +03:00
parent 5a8b4b1708
commit 4e7a653f67

View file

@ -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: