From e3f363c1bcba0995dedf0c4dcacb68f019beeaba Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 9 Dec 2015 00:14:13 +0700 Subject: libraries/CoinMP: Added (C-API library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/CoinMP/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libraries/CoinMP/README (limited to 'libraries/CoinMP/README') diff --git a/libraries/CoinMP/README b/libraries/CoinMP/README new file mode 100644 index 000000000000..16738029cf73 --- /dev/null +++ b/libraries/CoinMP/README @@ -0,0 +1,4 @@ +CoinMP is a C-API library that supports most of the functionality of +CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation +Library) projects. When compiled for Unix it generates a CoinMP.so +library that can be similarly used in other Unix C/C++ projects. -- cgit v1.2.3