mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
Fix Project.toml; generate CPLEX cuts more aggresively
This commit is contained in:
@@ -14,7 +14,9 @@ function test_cuts_blackbox_cplex()
|
||||
|
||||
# Read HDF5 file
|
||||
h5open(h5_filename, "r+") do h5
|
||||
@test size(h5["cuts_cpx_lhs"]) == (12, 104)
|
||||
@test size(h5["cuts_cpx_rhs"]) == (12,)
|
||||
rhs = h5["cuts_cpx_rhs"]
|
||||
lhs = h5["cuts_cpx_lhs"]
|
||||
ncuts = length(rhs)
|
||||
@test size(lhs) == (ncuts, 104)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user