From b56c0f70bc82bc10fa3a97559ba8ecb77c78a64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 14 May 2015 22:46:43 +0200 Subject: Fix solution generation in case of gen_all_solution_oninit --- scripts/loop.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/loop.py b/scripts/loop.py index d9b2afd..9cae754 100755 --- a/scripts/loop.py +++ b/scripts/loop.py @@ -23,8 +23,9 @@ def step(): phase_message(2) phase_set(3) elif phs == 3: - phase_message(3) - solution.generate() + if not conf.gen_all_solution_oninit: + phase_message(3) + solution.generate() iteration_inc() phase_set(4) elif phs == 4: -- cgit v1.2.3