Fix tests

This commit is contained in:
2022-10-28 09:45:24 -05:00
parent dd1bbaf297
commit 3fd3893132
7 changed files with 26 additions and 587 deletions

View File

@@ -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