mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 16:38:51 -06:00
Fix tests
This commit is contained in:
@@ -108,12 +108,12 @@ function runtests(optimizer_name, optimizer; large = true)
|
||||
end
|
||||
|
||||
@testset "BB" begin
|
||||
# @time runtests(
|
||||
# "Clp",
|
||||
# optimizer_with_attributes(
|
||||
# Clp.Optimizer,
|
||||
# ),
|
||||
# )
|
||||
@time runtests(
|
||||
"Clp",
|
||||
optimizer_with_attributes(
|
||||
Clp.Optimizer,
|
||||
),
|
||||
)
|
||||
|
||||
if is_gurobi_available
|
||||
using Gurobi
|
||||
|
||||
Reference in New Issue
Block a user