cbc-src 0.2.8+2.10.12

Redistribution of Coin-OR Cbc as a crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

// Ensure the libraries are linked in, despite it not being used directly
extern crate cgl_src;
extern crate clp_src;
extern crate osi_src;
extern crate coinutils_src;