mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
Make cut aggressiveness configurable
This commit is contained in:
@@ -17,5 +17,5 @@ function test_cuts_blackbox_cplex()
|
||||
h5 = Hdf5Sample(h5_filename)
|
||||
rhs = h5.get_array("cuts_cpx_rhs")
|
||||
h5.file.close()
|
||||
@test length(rhs) == 22
|
||||
@test length(rhs) > 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user