Simplify ext dictionary

This commit is contained in:
2021-05-20 07:52:00 -05:00
parent 038a82f38b
commit fcb536a657
3 changed files with 38 additions and 78 deletions

View File

@@ -8,6 +8,6 @@ using MIPLearn
MIPLearn.setup_logger()
@testset "MIPLearn" begin
include("modeling/jump_solver_test.jl")
#include("modeling/learning_solver_test.jl")
# include("modeling/jump_solver_test.jl")
include("modeling/learning_solver_test.jl")
end