flag this so we can deal with this later
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user