Category:ApCoCoA-1:Package glpk: Difference between revisions

From ApCoCoAWiki
Stadler (talk | contribs)
New page: The basic idea behind this package is to make the linear optimization program GLPK usable in/with ApCoCoA. The package GLPK contains various functions that let you make use of the GLPK li...
 
Jbrandt (talk | contribs)
mNo edit summary
Line 5: Line 5:
{{ApCoCoAServer}}
{{ApCoCoAServer}}


'''Important''': The GLPK-Program must be directly in the ApCoCoA directory and you must have the permissions to read and write in the ApCoCoA directory .
<em>Important</em>: The GLPK-Program glpsol must be in the ApCoCoA directory/Glpk/bin and you must have the permissions to read and write in this directory.
 
The source code of GLPK can be downloaded at [http://www.gnu.org/software/glpk/]


[[Category:ApCoCoA_Manual]]
[[Category:ApCoCoA_Manual]]

Revision as of 15:12, 29 April 2009

The basic idea behind this package is to make the linear optimization program GLPK usable in/with ApCoCoA.

The package GLPK contains various functions that let you make use of the GLPK library, rather the stand-alone LP/MIP Solver glpsol.

Please note: The function(s) explained on this page is/are using the ApCoCoAServer. You will have to start the ApCoCoAServer in order to use it/them.

Important: The GLPK-Program glpsol must be in the ApCoCoA directory/Glpk/bin and you must have the permissions to read and write in this directory.

The source code of GLPK can be downloaded at [1]