Skip to content

Commit

Permalink
high acc in test 12
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg committed Jan 6, 2022
1 parent 7bf3e6e commit 73d5fea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/moitest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,20 @@ end
"linear8a",
#"linear8b", "linear8c", "linear12",
# poorly conditioned
"linear10",
"linear5",
"linear9",
"linear10",
# primalstart not accepted
"partial_start",
# certificate
"linear12",
]
)
MOIT.linear8atest(MOIB.full_bridge_optimizer(optimizer_high_acc, Float64), config)
MOIT.linear9test(MOIB.full_bridge_optimizer(optimizer_high_acc, Float64), config)
MOIT.linear5test(MOIB.full_bridge_optimizer(optimizer_high_acc, Float64), config)
MOIT.linear9test(MOIB.full_bridge_optimizer(optimizer_high_acc, Float64), config)
MOIT.linear10test(MOIB.full_bridge_optimizer(optimizer_high_acc, Float64), config)
MOIT.linear12test(MOIB.full_bridge_optimizer(optimizer_high_acc, Float64), config)
end

@testset "MOI Continuous Conic" begin
Expand Down

0 comments on commit 73d5fea

Please sign in to comment.