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.
- Versions: 2.4
- Website: https://github.com/coin-or/pulp
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]