blob: 7e598d1997df65e3bdb3c2ff63858ca09cf1f1e1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "clp",
"version-string": "1.17.6",
"port-version": 1,
"description": "Clp (Coin-or linear programming) 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 available.",
"dependencies": [
"coinutils",
"osi"
]
}
|