Skip to content

Commit 847a3fc

Browse files
committed
Updat
1 parent f48ba25 commit 847a3fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sets.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,11 +1891,11 @@ Base.:(==)(a::SOS2{T}, b::SOS2{T}) where {T} = a.weights == b.weights
18911891
""",
18921892
ActivationCondition,
18931893
"""
1894-
The indicator constraint holds whhen the binary variable is zero.
1894+
The indicator constraint holds when the binary variable is zero.
18951895
""",
18961896
ACTIVATE_ON_ZERO,
18971897
"""
1898-
The indicator constraint holds whhen the binary variable is one.
1898+
The indicator constraint holds when the binary variable is one.
18991899
""",
19001900
ACTIVATE_ON_ONE,
19011901
)
@@ -1910,11 +1910,11 @@ The type parameter must be an [`ActivationCondition`](@ref).
19101910
19111911
When the type parameter is [`ACTIVATE_ON_ZERO`](@ref), this means:
19121912
1913-
``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 0 \\implies x \\in set\\}``
1913+
``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R} : y = 0 \\implies x \\in set\\}``
19141914
19151915
When the type parameter is [`ACTIVATE_ON_ONE`](@ref), this means:
19161916
1917-
``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 1 \\implies x \\in set\\}``
1917+
``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R} : y = 1 \\implies x \\in set\\}``
19181918
19191919
## Notes
19201920

0 commit comments

Comments
 (0)