cleanup
This commit is contained in:
@ -85,7 +85,6 @@ class FormGenerationService(Base):
|
||||
problem_handler.generate_constraints(self.solver_run, current_drift)
|
||||
|
||||
problem = problem_handler.solve()
|
||||
logging.info(problem)
|
||||
|
||||
if LpStatus[problem.status] == 'Infeasible':
|
||||
logging.info(
|
||||
@ -99,6 +98,7 @@ class FormGenerationService(Base):
|
||||
logging.info(
|
||||
f'No feasible solution found for Form {form_number}!'
|
||||
)
|
||||
logging.error(problem)
|
||||
|
||||
self.add_form_to_solution(problem, solution)
|
||||
|
||||
|
Reference in New Issue
Block a user