clp
Linear programming solver
CLP is a high quality linear programming solver. Its main strengths are its dual and primal Simplex algorithms. It also has a barrier algorithm for linear and quadratic objectives. There are limited facilities for nonlinear and quadratic objectives using the Simplex algorithm.
- Versions: 1.17.6
- Website: https://www.coin-or.org
- Licenses: EPL 1.0
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of clp
as follows:
guix install clp
Or install a particular version:
guix install clp@1.17.6
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 clp about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/clp'><img src='https://packages.guix.gnu.org/packages/clp/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/clp/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/clp)
Example Org:
[[https://packages.guix.gnu.org/packages/clp][https://packages.guix.gnu.org/packages/clp/badges/latest-version.svg]]