typo for bundle metadata constraints
This commit is contained in:
parent
5f07302172
commit
df517fe7fe
@ -35,7 +35,8 @@ def build_constraints(solver_run: SolverRun, problem: LpProblem,
|
||||
] +
|
||||
[
|
||||
con[item.id] * items[item.id] for item in solver_run.unbundled_items
|
||||
]) >= round(
|
||||
]
|
||||
) >= round(
|
||||
total_form_items *
|
||||
(min / 100)), f'{attribute.id} - {attribute.value} - min'
|
||||
# problem += lpSum([
|
||||
|
Loading…
x
Reference in New Issue
Block a user