Skip to content

Commit f48ba25

Browse files
committed
Update
1 parent 1b640b9 commit f48ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1951,7 +1951,7 @@ MathOptInterface.ConstraintIndex{MathOptInterface.VectorAffineFunction{Float64},
19511951
```
19521952
19531953
The constraint
1954-
``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R} : y = 0 \\implies x \\eq 0 \\}``
1954+
``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R} : y = 0 \\implies x = 0 \\}``
19551955
is defined as
19561956
```jldoctest
19571957
julia> import MathOptInterface as MOI

0 commit comments

Comments
 (0)