Difference between revisions of "ApCoCoA-1:GLPK.LPSolve"

From ApCoCoAWiki
(New page: <command> <title>LPSolve</title> <short_description>solve linear programms</short_description> <syntax> GLPK.LPSolve(Pols:LIST, B:MAT):MAT </syntax> <description> <example> </example> </...)
 
m
Line 3: Line 3:
 
<short_description>solve linear programms</short_description>
 
<short_description>solve linear programms</short_description>
 
<syntax>
 
<syntax>
GLPK.LPSolve(Pols:LIST, B:MAT):MAT
+
GLPK.LPSolv(Polynome:LIST, TrennInt:LIST, Bounds:LIST, Methode:STRING, MinMax>STRING)
 
</syntax>
 
</syntax>
 
<description>
 
<description>

Revision as of 13:10, 11 November 2008

LPSolve

solve linear programms

Syntax

GLPK.LPSolv(Polynome:LIST, TrennInt:LIST, Bounds:LIST, Methode:STRING, MinMax>STRING)

Description


Example