mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 16:38:51 -06:00
Make compatible with MIPLearn 5b3a56f0; reformat source code
This commit is contained in:
@@ -23,6 +23,6 @@ using Cbc
|
||||
solver = LearningSolver(Cbc.Optimizer)
|
||||
solve!(solver, file_instance)
|
||||
|
||||
@test length(h5.get_vector("mip_var_values")) == 3
|
||||
end
|
||||
@test length(h5.get_array("mip_var_values")) == 3
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user