mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"name": "coin-or-cbc",
|
|
"version-date": "2024-06-04",
|
|
"description": "Cbc (Coin-or branch and cut) is an open-source mixed integer linear programming solver written in C++.",
|
|
"homepage": "https://github.com/coin-or/Cbc",
|
|
"license": "EPL-2.0",
|
|
"dependencies": [
|
|
"coin-or-cgl",
|
|
"coin-or-clp",
|
|
"coin-or-osi",
|
|
"coinutils"
|
|
]
|
|
}
|