Skip to content

Commit

Permalink
Remove ZerosBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jan 28, 2024
1 parent b7b754a commit 2b142a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ function test_runtests()
MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}()),
MOI.instantiate(Cbc.Optimizer; with_bridge_type = Float64),
)
MOI.Bridges.remove_bridge(
model.optimizer,
MOI.Bridges.Variable.ZerosBridge{Float64},
)
MOI.set(model, MOI.Silent(), true)
MOI.Test.runtests(
model,
Expand Down

0 comments on commit 2b142a6

Please sign in to comment.