ApCoCoA-1:GLPK.LPSolve: Difference between revisions
From ApCoCoAWiki
mNo edit summary |
No edit summary |
||
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