summaryrefslogtreecommitdiffstats
path: root/libraries/CoinMP/README
diff options
context:
space:
mode:
author Hunter Sezen2015-12-08 18:14:13 +0100
committer Willy Sudiarto Raharjo2015-12-08 19:57:32 +0100
commite3f363c1bcba0995dedf0c4dcacb68f019beeaba (patch)
tree58395289e83582e022815a6d9b854a6c4d0de88e /libraries/CoinMP/README
parent7f3f30ec8e558011b74ba791816f67defb5a93a8 (diff)
downloadslackbuilds-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/README4
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.