From bd0a5c53e0eedc7966696ab7dee80065582bf1c0 Mon Sep 17 00:00:00 2001 From: Adrian Manteza Date: Tue, 1 Mar 2022 17:59:48 +0000 Subject: [PATCH] flag this so we can deal with this later --- app/helpers/solver_helper.py | 2 ++ 1 file changed, 2 insertions(+) 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(