1
0
Fork 0
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:
Shlomi Fish 2020-06-17 11:50:12 +03:00
parent c96d25d628
commit 1ee67d9ca8

View file

@ -1076,7 +1076,7 @@ class FreeCellSolver_Hint(Base_Solver_Hint):
}
if DEBUG:
start_time = time.time()
if progress:
if not(use_lib) and progress:
# iteration output
iter_ = 0
depth = 0