Implement BenchmarkRunner

This commit is contained in:
2021-05-25 18:18:38 -05:00
parent c6b76f57d2
commit 9689306876
13 changed files with 285 additions and 476 deletions

View File

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