File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.4.1
5
+ -------------
6
+
7
+ Hot fix for the bin-packing tests.
8
+
9
+
4
10
Version 0.4.0
5
11
-------------
6
12
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function binpacking_vectorofvariables_test(
13
13
@test MOI. supports_constraint (
14
14
model,
15
15
MOI. VectorOfVariables,
16
- CP. BinPacking{Int},
16
+ CP. BinPacking{CP . NO_CAPACITY_BINPACKING, Int},
17
17
)
18
18
19
19
x1, _ = MOI. add_constrained_variable (model, MOI. Integer ())
@@ -60,7 +60,7 @@ function binpacking_scalaraffinefunction_test(
60
60
@test MOI. supports_constraint (
61
61
model,
62
62
MOI. VectorAffineFunction{Int},
63
- CP. BinPacking{Int},
63
+ CP. BinPacking{CP . NO_CAPACITY_BINPACKING, Int},
64
64
)
65
65
66
66
x1, _ = MOI. add_constrained_variable (model, MOI. Integer ())
You can’t perform that action at this time.
0 commit comments