coinbonmin-sys
crate is a *-sys crate. The package provides Low-level bindings to the Bonmin library.
By this package, you don't need to worry about installing Bonmin in the system, and it's a package for all platforms.
Bonmin (Basic Open-source Nonlinear Mixed INteger programming) is an open-source code for solving general MINLP (Mixed Integer NonLinear Programming) problems.
Just add the following to your Cargo.toml
:
[dependencies]
coinbonmin-sys = "\*"
You can use coinbonmin-sys
with no-default-features
, and add bonmin-src
to the Cargo.toml
and enable the related feature defined by bonmin-src
. Please see Bonmin-src.
if you want to know the detail about how it compile or link the Bonmin, please see Bonmin-src.
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.