Skip to content

Commit 18352c4

Browse files
authored
Update src/Bridges/Constraint/bridges/inequality_to_complements.jl
1 parent 0271c06 commit 18352c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/Constraint/bridges/inequality_to_complements.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function MOI.supports_constraint(
7070
::Type{<:InequalityToComplementsBridge{T}},
7171
::Type{F},
7272
::Type{<:Union{MOI.GreaterThan{T},MOI.LessThan{T},MOI.EqualTo{T}}},
73-
) where {F<:MOI.AbstractScalarFunction}
73+
) where {T,F<:MOI.AbstractScalarFunction}
7474
return !MOI.Utilities.is_complex(F)
7575
end
7676

0 commit comments

Comments
 (0)