Skip to content

Maroon502/coinclp-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinClp-sys

Package Documentation License

coinclp-sys crate is a *-sys crate. The package provides Low-level bindings to the Clp library.

By this package, you don't need to worry about installing Clp in the system, and it's a package for all platforms.

Clp (Coin-or linear programming) is an open-source linear programming solver. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available.

Usage

Just add the following to your Cargo.toml:

[dependencies]
coinclp-sys = "\*"

Library Linking

if you want to know the detail about how it compile or link the Clp, please see Clp-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 Clp library for ALL TARGETS. It will Build and Link Clp and provide bindings

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages