Skip to content

Low-level bindings to the Coin-OR Bonmin library for ALL TARGETS. It will Build and Link Bonmin and provide bindings

License

Notifications You must be signed in to change notification settings

Maroon502/coinbonmin-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Low-level bindings to the Coin-OR Bonmin library for ALL TARGETS. It will Build and Link Bonmin and provide bindings

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages