public class MinConGenLinEx1 extends Object
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 and Description |
---|
MinConGenLinEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.