We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3b285 commit a71f427Copy full SHA for a71f427
docs/src/tutorials/nonlinear/user_defined_hessians.jl
@@ -58,7 +58,7 @@ import Ipopt
58
59
# ```math
60
# \begin{array}{r l}
61
-# V(x_1, x_z) = \max\limits_{y} & x_1^2 y_1 + x_2^2 y_2 - x_1 y_1^4 - 2 x_2 y_2^4 \\
+# V(x_1, x_2) = \max\limits_{y} & x_1^2 y_1 + x_2^2 y_2 - x_1 y_1^4 - 2 x_2 y_2^4 \\
62
# s.t. & (y_1 - 10)^2 + (y_2 - 10)^2 \le 25
63
# \end{array}
64
# ```
0 commit comments