only for local dev
This commit is contained in:
@ -162,8 +162,6 @@ class LoftService(Base):
|
||||
logging.info(f'attempt infeasible for drift of {current_drift}%')
|
||||
|
||||
if current_drift == Target.max_drift(): # this is the last attempt, so lets finalize the solution
|
||||
for v in problem.variables(): print(v.name, "=", v.varValue);
|
||||
|
||||
if ApplicationConfigs.local_dev_env: service_helper.print_problem_logs(problem);
|
||||
|
||||
logging.info(f'No feasible solution found for Form {form_number}!')
|
||||
|
Reference in New Issue
Block a user