diff --git a/src/sets.jl b/src/sets.jl index 2d555b0237..fee2c603aa 100644 --- a/src/sets.jl +++ b/src/sets.jl @@ -1901,7 +1901,7 @@ Base.:(==)(a::SOS2{T}, b::SOS2{T}) where {T} = a.weights == b.weights ) """ - Indicator{A<:ActivationCondition,S<:AbstractScalarSet}(set::S) + Indicator{A,S<:AbstractScalarSet}(set::S) The set corresponding to an indicator constraint.