Use HDF5 for instance files

This commit is contained in:
2021-07-28 09:30:52 -05:00
parent 837165575f
commit e94296b057
7 changed files with 41 additions and 39 deletions

View File

@@ -9,8 +9,8 @@ MIPLearn.setup_logger()
@testset "MIPLearn" begin
include("fixtures/knapsack.jl")
include("instance/file_test.jl")
include("solvers/jump_test.jl")
include("solvers/learning_test.jl")
include("instance/file_test.jl")
include("utils/benchmark_test.jl")
end