Skip to content

Commit

Permalink
[docs] remove redundant back slash for \in (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya authored Oct 1, 2022
1 parent 1af86eb commit 2032ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ x in MathOptInterface.Semicontinuous{Float64}(1.5, 3.5)
```

Semi-integer variables are constrained to the set
``x \\in \{0\} \cup \{l, l+1, \dots, u\}``.
``x \in \{0\} \cup \{l, l+1, \dots, u\}``.

Create a semi-integer variable using the `MOI.Semiinteger` set:
```jldoctest; setup = :(model = Model(); @variable(model, x))
Expand Down

0 comments on commit 2032ad6

Please sign in to comment.