LinearProgramming
class has been deprecated.public class LinearProgrammingEx2 extends Object
Solves a linear programming problem in a nonstandard form.
This examples solves the same problem as exampleLinearProgrammingEx2
expressed in a nonstandard form. The linear programming problem $${\rm {min}}
\,\, f(x) = -x_1 - 3x_2$$
subject to:
\(0.5 \le x_1 + x_2 \le 1.5\)
\(0 \le x_1 \le 1.0\)
\(0 \le x_2 \le 1.0\)
is solved.
Constructor and Description |
---|
LinearProgrammingEx2()
Deprecated.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.