Skip to content

Commit 45f1112

Browse files
authored
Remove supports_constraint (#61)
1 parent 9b45e62 commit 45f1112

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/MOI_wrapper.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ MOI.supports_add_constrained_variables(::Optimizer, ::Type{MOI.Reals}) = false
143143

144144
const SupportedSets = Union{MOI.Nonnegatives, MOI.PositiveSemidefiniteConeTriangle}
145145
MOI.supports_add_constrained_variables(::Optimizer, ::Type{<:SupportedSets}) = true
146-
# Remove this when support for MOI v0.9.14 is dropped
147-
MOI.supports_constraint(::Optimizer, ::Type{MOI.VectorOfVariables}, ::Type{<:SupportedSets}) = true
148146
function MOI.supports_constraint(
149147
::Optimizer, ::Type{MOI.ScalarAffineFunction{Cdouble}},
150148
::Type{MOI.EqualTo{Cdouble}})

0 commit comments

Comments
 (0)