Reorganize package; add macros

This commit is contained in:
2021-04-09 07:16:06 -05:00
parent 96f7243d4c
commit eb7f7034a9
24 changed files with 824 additions and 290 deletions

View File

@@ -1,5 +1,5 @@
# MIPLearn: Extensible Framework for Learning-Enhanced Mixed-Integer Optimization
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
# Copyright (C) 2020-2021, UChicago Argonne, LLC. All rights reserved.
# Released under the modified BSD license. See COPYING.md for more details.
using Test
@@ -8,7 +8,6 @@ using MIPLearn
MIPLearn.setup_logger()
@testset "MIPLearn" begin
include("knapsack.jl")
include("jump_solver_test.jl")
include("learning_solver_test.jl")
#include("modeling/jump_solver_test.jl")
include("modeling/learning_solver_test.jl")
end