mips_example2
- mips_example2()
mips_example2()
- Example of constrained nonlinear optimization.Example of solving the following problem.
(9)\[\min_{x_1,x_2,x_3} -x_1 x_2 - x_2 x_3\]subject to
(10)\[x_1^2 - x_2^2 + x_3^2 - 2 \le 0\](11)\[x_1^2 + x_2^2 + x_3^2 - 10 \le 0\]