mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
add not(use_lib) to fix subsequent solving
This commit is contained in:
parent
c96d25d628
commit
1ee67d9ca8
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ class FreeCellSolver_Hint(Base_Solver_Hint):
|
||||||
}
|
}
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
if progress:
|
if not(use_lib) and progress:
|
||||||
# iteration output
|
# iteration output
|
||||||
iter_ = 0
|
iter_ = 0
|
||||||
depth = 0
|
depth = 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue