Make compatible with MIPLearn 5b3a56f0; reformat source code

This commit is contained in:
2021-08-18 05:36:51 -05:00
parent 97b9fc9ad8
commit 39072a6290
18 changed files with 342 additions and 314 deletions

View File

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