Make lazy constraints compatible with JuMP

This commit is contained in:
2024-02-01 16:56:45 -06:00
parent 4d5b7e971c
commit 190c288203
11 changed files with 191 additions and 11 deletions

View File

@@ -17,9 +17,11 @@ include("fixtures.jl")
include("BB/test_bb.jl")
include("components/test_cuts.jl")
include("components/test_lazy.jl")
include("Cuts/BlackBox/test_cplex.jl")
include("problems/test_setcover.jl")
include("problems/test_stab.jl")
include("problems/test_tsp.jl")
include("solvers/test_jump.jl")
include("test_io.jl")
include("test_usage.jl")
@@ -32,6 +34,7 @@ function runtests()
test_io()
test_problems_setcover()
test_problems_stab()
test_problems_tsp()
test_solvers_jump()
test_usage()
test_cuts()