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