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:
parent
5a8b4b1708
commit
4e7a653f67
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue