mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-07 00:48:50 -06:00
Make package installable/testable on clean docker image
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Released under the modified BSD license. See COPYING.md for more details.
|
||||
|
||||
using Clp
|
||||
using CPLEX
|
||||
# using CPLEX
|
||||
using HiGHS
|
||||
using JuMP
|
||||
using Test
|
||||
@@ -130,5 +130,5 @@ end
|
||||
function test_bb()
|
||||
@time bb_run("Clp", optimizer_with_attributes(Clp.Optimizer))
|
||||
@time bb_run("HiGHS", optimizer_with_attributes(HiGHS.Optimizer))
|
||||
@time bb_run("CPLEX", optimizer_with_attributes(CPLEX.Optimizer, "CPXPARAM_Threads" => 1))
|
||||
# @time bb_run("CPLEX", optimizer_with_attributes(CPLEX.Optimizer, "CPXPARAM_Threads" => 1))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user