This package browser is in early development. Mind the rough edges.

glpk

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.

Installation

Install the latest version of glpk as follows:

guix install glpk

Or install a particular version:

guix install glpk@4.65

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.

Badge code

You can use the following badge to inform users of glpk about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/glpk'><img src='https://packages.guix.gnu.org/packages/glpk/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/glpk/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/glpk)

Example Org:

[[https://packages.guix.gnu.org/packages/glpk][https://packages.guix.gnu.org/packages/glpk/badges/latest-version.svg]]