Difference between revisions of "ApCoCoA-1:GLPK.LPSolve"
From ApCoCoAWiki
m |
|||
Line 3: | Line 3: | ||
<short_description>solve linear programms</short_description> | <short_description>solve linear programms</short_description> | ||
<syntax> | <syntax> | ||
− | GLPK.LPSolv(Polynome:LIST, TrennInt:LIST, Bounds:LIST, Methode:STRING, MinMax | + | GLPK.LPSolv(Polynome:LIST, TrennInt:LIST, Bounds:LIST, Methode:STRING, MinMax:STRING) |
</syntax> | </syntax> | ||
<description> | <description> |
Revision as of 21:20, 11 November 2008
LPSolve
solve linear programms
Syntax
GLPK.LPSolv(Polynome:LIST, TrennInt:LIST, Bounds:LIST, Methode:STRING, MinMax:STRING)
Description
Example