0550947c83
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
6 lines
283 B
Text
6 lines
283 B
Text
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
|