public class DenseLPEx2 extends Object
Solves a 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.
DenseLPEx2()
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DenseLPEx2()
public static void main(String[] args) throws Exception
Exception
Copyright © 2020 Rogue Wave Software. All rights reserved.