flag this so we can deal with this later

This commit is contained in:
Adrian Manteza
2022-03-01 17:59:48 +00:00
parent 50bb02ee0f
commit bd0a5c53e0

View File

@ -23,6 +23,8 @@ def build_constraints(solver_run: SolverRun, problem: LpProblem,
min = constraint.minimum min = constraint.minimum
max = constraint.maximum 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': if attribute.type == 'metadata':
logging.info('Metadata Constraint Generating...') logging.info('Metadata Constraint Generating...')
con = dict( con = dict(