Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.67 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.67 KB

Coinpopt-sys

Package Documentation License

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.

Usage

Just add the following to your Cargo.toml:

[dependencies]
coinbonmin-sys = "\*"

Configuration

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.

Library Linking and Cross Compile

if you want to know the detail about how it compile or link the Bonmin, please see Bonmin-src.

Contribution

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.