From 1ee67d9ca898fa0454d99a882fcbc18132e80cba Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 17 Jun 2020 11:50:12 +0300 Subject: [PATCH] add not(use_lib) to fix subsequent solving --- pysollib/hint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/hint.py b/pysollib/hint.py index 93169d73..0e206df6 100644 --- a/pysollib/hint.py +++ b/pysollib/hint.py @@ -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