mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
d84e61c2c3
* add stuff * coinutils stuff * coin-or-* fixes! * fix patch * Fix openmvg * fix openmvg by modifying includes * fix ipopt. * add !uwp supports in coinutils * try fixing openmvg on osx * format manifest and license stuff * fix linkage * v db
13 lines
479 B
JSON
13 lines
479 B
JSON
{
|
|
"name": "coin-or-cgl",
|
|
"version-date": "2023-02-01",
|
|
"description": "The COIN-OR Cut Generation Library (Cgl) is a collection of cut generators that can be used with other COIN-OR packages that make use of cuts, such as, among others, the linear solver Clp or the mixed integer linear programming solvers Cbc or BCP.",
|
|
"homepage": "https://github.com/coin-or/Cgl",
|
|
"license": "EPL-2.0",
|
|
"dependencies": [
|
|
"coin-or-clp",
|
|
"coin-or-osi",
|
|
"coinutils"
|
|
]
|
|
}
|