coin_cbc_sys 0.1.2

Rust bindings to the CoinOR CBC MILP Solveur using the C API.
Documentation
1
2
3
4
5
extern crate pkg_config;

fn main() {
    let _ = pkg_config::probe_library("cbc");
}