Skip to content

Commit 68c89c3

Browse files
authored
Correct the alignement on the new set (commit f87585c)
1 parent 645ff26 commit 68c89c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sets.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2742,8 +2742,8 @@ Any mix of lower and upper-triangular indices is valid. Elements `(i, j)` and
27422742
To model the set:
27432743
```math
27442744
\\begin{aligned}
2745-
0 &\\le x^2 & \\le 1 \\\\
2746-
0 &\\le y^2 + z^3 - w & \\le 0
2745+
0 &\\le x^2 & \\le 1 \\\\
2746+
0 &\\le y^2 + x \\cdot z^3 - w & \\le 0
27472747
\end{aligned}
27482748
```
27492749
do

0 commit comments

Comments
 (0)