glpk 4.65
GNU Linear Programming Kit, supporting the MathProg language
GLPK is a C library for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It supports the GNU MathProg modeling language, a subset of the AMPL language, and features a translator for the language. In addition to the C library, a stand-alone LP/MIP solver is included in the package.
- Website: https://www.gnu.org/software/glpk/
- Licenses: GPL 3+
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install glpk 4.65
as follows:
guix install glpk@4.65
Or install the latest version:
guix install glpk
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.