From 2b142a671f89b79cc4eb5f967f574568726395b4 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 29 Jan 2024 10:32:52 +1300 Subject: [PATCH] Remove ZerosBridge --- test/MOI_wrapper.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index 112961c..92912e6 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -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,