Nächste: Functions and Variables for simplex, Vorige: simplex, Nach oben: simplex [Inhalt][Index]
simplex
is a package for linear optimization using the simplex algorithm.
Example:
(%i1) load("simplex")$ (%i2) minimize_lp(x+y, [3*x+2*y>2, x+4*y>3]); 9 7 1 (%o2) [--, [y = --, x = -]] 10 10 5
Nächste: Functions and Variables for simplex, Vorige: simplex, Nach oben: simplex [Inhalt][Index]