GLPK
From ScientificComputing
Revision as of 13:08, 29 November 2016 by Sfux (talk | contribs) (Created page with "{{Application}}")
Contents
Category
Development, Library, Mathematics, SolverDescription
The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. The GLPK package includes the following main components:- primal and dual simplex methods
- primal-dual interior-point method
- branch-and-cut method
- translator for GNU MathProg
- application program interface (API)
- stand-alone LP/MIP solver
Available versions (Euler, old software stack)
Legacy versions | Supported versions | New versions |
---|---|---|
4.60 |
Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.
Environment modules (Euler, old software stack)
Version | Module load command | Additional modules loaded automatically |
---|---|---|
4.60 | module load new gcc/4.8.2 glpk/4.60 |
Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.
License information
GPLv3 or laterLinks
https://www.gnu.org/software/glpkhttps://en.wikipedia.org/wiki/GNU_Linear_Programming_Kit
https://en.wikibooks.org/wiki/GLPK