File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ Version 0.4.1
5+ -------------
6+
7+ Hot fix for the bin-packing tests.
8+
9+
410Version 0.4.0
511-------------
612
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function binpacking_vectorofvariables_test(
1313 @test MOI. supports_constraint (
1414 model,
1515 MOI. VectorOfVariables,
16- CP. BinPacking{Int},
16+ CP. BinPacking{CP . NO_CAPACITY_BINPACKING, Int},
1717 )
1818
1919 x1, _ = MOI. add_constrained_variable (model, MOI. Integer ())
@@ -60,7 +60,7 @@ function binpacking_scalaraffinefunction_test(
6060 @test MOI. supports_constraint (
6161 model,
6262 MOI. VectorAffineFunction{Int},
63- CP. BinPacking{Int},
63+ CP. BinPacking{CP . NO_CAPACITY_BINPACKING, Int},
6464 )
6565
6666 x1, _ = MOI. add_constrained_variable (model, MOI. Integer ())
You can’t perform that action at this time.
0 commit comments