File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
19111911When 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
19151915When 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
You can’t perform that action at this time.
0 commit comments