cgl-src 0.2.8+0.60.9

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

#![no_std]

extern crate coinutils_src;
extern crate osi_src;
#[cfg(feature = "with_clp")]
extern crate clp_src;