public class MinConGenLinEx1 extends Object
Solves a general minimization problem with constraints.
minf(x)=x21+x22+x23+x24+x25−2x2x3−2x4x5−2x1
subject to
x1+x2+x3+x4+x5=5 x3−2x4−2x5=−3 0≤x≤10
is solved.
MinConGenLinEx1()
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MinConGenLinEx1()
public static void main(String[] args) throws Exception
Exception
Copyright © 2020 Rogue Wave Software. All rights reserved.