diff options
author | clsung <clsung@FreeBSD.org> | 2007-09-05 09:59:36 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-09-05 09:59:36 +0800 |
commit | d8a646673fc819da85a7ce9b94cb064e9eb2fe00 (patch) | |
tree | 37c081fabd2dd7cf1a18cf8f7736827949f68b58 /math/Makefile | |
parent | 317e35a52bb0cba7cb606a109d93c5ed2d7d0d17 (diff) | |
download | freebsd-ports-gnome-d8a646673fc819da85a7ce9b94cb064e9eb2fe00.tar.gz freebsd-ports-gnome-d8a646673fc819da85a7ce9b94cb064e9eb2fe00.tar.zst freebsd-ports-gnome-d8a646673fc819da85a7ce9b94cb064e9eb2fe00.zip |
This is a port of Clp (Coin-or linear programming), which is an open-source
linear programming solver written in C++. It is primarily meant to be used as
a callable library, but a basic, stand-alone executable version is also
included.
WWW: http://www.coin-or.org/Clp/index.html
PR: ports/115185
Submitted by: Robin Schilham
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 9d3bfeb60e46..4be648b2d366 100644 --- a/math/Makefile +++ b/math/Makefile @@ -36,6 +36,7 @@ SUBDIR += chryzodus SUBDIR += clarence SUBDIR += cln + SUBDIR += clp SUBDIR += concorde SUBDIR += convertall SUBDIR += coq |