We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e022626 commit fb303dcCopy full SHA for fb303dc
1 file changed
src/sets.jl
@@ -717,9 +717,9 @@ end
717
"""
718
IndicatorSet{A, S <: AbstractScalarSet}(set::S)
719
720
-``\\{((y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 0 \\implies x \\in set\\}``
+``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 0 \\implies x \\in set\\}``
721
when `A` is `ACTIVATE_ON_ZERO` and
722
-``\\{((y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 1 \\implies x \\in set\\}``
+``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 1 \\implies x \\in set\\}``
723
when `A` is `ACTIVATE_ON_ONE`.
724
725
`S` has to be a sub-type of `AbstractScalarSet`.
0 commit comments