LinearProgramming
class has been deprecated.public class LinearProgrammingEx1 extends Object
Solves a linear programming problem.
The linear programming problem is given as: minf(x)=−x1−3x2
subject to:
x1+x2+x3=1.5
x1+x2−x4=0.5
x1+x5=1.0
x2+x6=1.0
xi≥0,fori=1,…,6
is solved.
Constructor and Description |
---|
LinearProgrammingEx1()
Deprecated.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.