bonmin 1.8.9
Basic Open-source Nonlinear Mixed INteger programming
Bonmin is a code for solving general MINLP (Mixed Integer NonLinear Programming) problems. It builds on top of Cbc and Ipopt.
- Website: https://coin-or.github.io/Bonmin/
- Licenses: EPL 1.0
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install bonmin 1.8.9
as follows:
guix install bonmin@1.8.9
Or install the latest version:
guix install bonmin
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.