Skip to content

Commit 800697b

Browse files
authored
Update lazy_bridge_optimizer.jl
1 parent 027c416 commit 800697b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

test/Bridges/lazy_bridge_optimizer.jl

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2131,22 +2131,6 @@ function test_delete_index_in_vector(T::Type = Float64)
21312131
return
21322132
end
21332133

2134-
function test_bridge_complex_norminfinitycone()
2135-
model = MOI.instantiate(
2136-
MOI.Utilities.Model{Float64};
2137-
with_bridge_type = Float64,
2138-
)
2139-
x = MOI.add_variable(model)
2140-
t = MOI.add_variable(model)
2141-
f = (1.0 + 0.0im) * x + 2.0 * im
2142-
g = MOI.Utilities.operate(vcat, Complex{Float64}, t, f)
2143-
@test_throws(
2144-
MOI.UnsupportedConstraint,
2145-
MOI.add_constraint(model, g, MOI.NormInfinityCone(2)),
2146-
)
2147-
return
2148-
end
2149-
21502134
function test_bridge_complex_normonecone()
21512135
model = MOI.instantiate(
21522136
MOI.Utilities.Model{Float64};

0 commit comments

Comments
 (0)