Reorganize files

This commit is contained in:
2021-05-24 15:33:32 -05:00
parent 62974e2438
commit 6784b2153d
9 changed files with 37 additions and 35 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("solvers/jump.jl")
include("solvers/learning.jl")
end