danroozemond

Results 1 issues of danroozemond

`import mip, time;` `mip.version` '1.13.0' `model = mip.Model()` `x = model.add_var(name='x', var_type=mip.INTEGER);` `y = model.add_var(name='y', var_type=mip.INTEGER);` `y.ub = 2` ` ` `model += ( 2*x + 3*y

bug
cbc-interface
reproducible