mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-07 00:48:50 -06:00
Initial version
This commit is contained in:
14
test/runtests.jl
Normal file
14
test/runtests.jl
Normal file
@@ -0,0 +1,14 @@
|
||||
# MIPLearn: Extensible Framework for Learning-Enhanced Mixed-Integer Optimization
|
||||
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
|
||||
# Released under the modified BSD license. See COPYING.md for more details.
|
||||
|
||||
using Test
|
||||
using MIPLearn
|
||||
|
||||
MIPLearn.setup_logger()
|
||||
|
||||
@testset "MIPLearn" begin
|
||||
include("knapsack.jl")
|
||||
include("jump_solver_test.jl")
|
||||
include("learning_solver_test.jl")
|
||||
end
|
||||
Reference in New Issue
Block a user