Crates.io | coinclp-sys |
lib.rs | coinclp-sys |
version | 0.2.5 |
source | src |
created_at | 2023-03-28 05:15:35.108381 |
updated_at | 2023-10-27 17:28:47.450823 |
description | The low-level bindings to the COIN-OR Clp library. |
homepage | |
repository | https://github.com/Maroon502/coinclp-sys.git |
max_upload_size | |
id | 822755 |
size | 18,291 |
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.
Just add the following to your Cargo.toml
:
[dependencies]
coinclp-sys = "0.2"
if you want to know the detail about how it compile or link the Clp, please see Clp-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.