From 2a8bffd846b967f89729e6b7f6869ac31e1580ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Sun, 6 Apr 2025 09:10:07 +0200 Subject: [PATCH] Sync Indicator docstring with implementation --- src/sets.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.