Alex Brace

Results 1 issues of Alex Brace

**Describe the bug** The functions below are not updating the coefficients model.objective.set_expr() constraint.expr.set_expr() **To Reproduce** ``` from mip import Model, maximize m = Model() v = m.add_var('v', ub=1) m.objective =...

bug
mip