diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-09 00:14:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-09 01:57:32 +0700 |
commit | e3f363c1bcba0995dedf0c4dcacb68f019beeaba (patch) | |
tree | 58395289e83582e022815a6d9b854a6c4d0de88e /libraries/CoinMP/README | |
parent | 7f3f30ec8e558011b74ba791816f67defb5a93a8 (diff) | |
download | slackbuilds-e3f363c1bcba0995dedf0c4dcacb68f019beeaba.tar.gz |
libraries/CoinMP: Added (C-API library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/CoinMP/README')
-rw-r--r-- | libraries/CoinMP/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/CoinMP/README b/libraries/CoinMP/README new file mode 100644 index 0000000000..16738029cf --- /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. |