Make cut aggressiveness configurable

This commit is contained in:
2023-01-25 12:04:43 -06:00
parent 339b20309a
commit 64101c495c
2 changed files with 7 additions and 4 deletions

View File

@@ -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