Package com.imsl.test.example.math
Class MinConGenLinEx1
java.lang.Object
com.imsl.test.example.math.MinConGenLinEx1
Solves a general minimization problem with constraints.
The problem$${\rm {min}} \,\, f(x) = x_1^2 + x_2^2 + x_3^2 + x_4^2 + x_5^2 - 2x_2x_3 - 2x_4x_5 - 2x_1$$
subject to
$$x_1 + x_2 + x_3 + x_4 + x_5 = 5$$
$$x_3 - 2x_4 - 2x_5 = -3$$
$$0 \le x \le 10$$
is solved.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MinConGenLinEx1
public MinConGenLinEx1()
-
-
Method Details
-
main
- Throws:
Exception
-