sum the Item iif and irf as well as the Bundle tif and trf

This commit is contained in:
Adrian Manteza
2022-03-10 22:47:16 +00:00
parent c8bbe9583b
commit b3c5808849
4 changed files with 34 additions and 5 deletions

View File

@ -168,9 +168,8 @@ class LoftService(Base):
form_items = service_helper.solution_items(problem.variables(), self.solver_run)
# add form to solution
solution.forms.append(
Form.create(form_items, self.solver_run,
LpStatus[problem.status]))
solution.forms.append(Form.create(form_items, self.solver_run, LpStatus[problem.status]))
logging.info('Form generated and added to solution...')
# successfull form, increment