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

python-pulp

Linear Programming modeler

PuLP is a Linear Programming modeler written in Python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.

Installation

Install the latest version of python-pulp as follows:

guix install python-pulp

Or install a particular version:

guix install python-pulp@2.4

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 python-pulp about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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