diff --git a/app/helpers/solver_helper.py b/app/helpers/solver_helper.py index eb62d34..775bc39 100644 --- a/app/helpers/solver_helper.py +++ b/app/helpers/solver_helper.py @@ -23,6 +23,8 @@ def build_constraints(solver_run: SolverRun, problem: LpProblem, min = constraint.minimum max = constraint.maximum + # ToDo: Should we always respect BOTH metadata and bundle constraints?, + # in cases where both of them are present? if attribute.type == 'metadata': logging.info('Metadata Constraint Generating...') con = dict(