public class DenseLPEx2 extends Object
Solves a linear programming problem.
minf(x)=−x1−3x2
subject to:
0.5≤x1+x2≤1.5 0≤x1≤1.0 0≤x2≤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.