cbc 2.10.5
Branch-and-cut solver
Cbc (Coin-or branch and cut) is a mixed integer linear programming solver written in C++. It can be used as a library or as a standalone executable.
- 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 cbc 2.10.5
as follows:
guix install cbc@2.10.5
Or install the latest version:
guix install cbc
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.