early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/cgl/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/cgl/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "cgl",
|
||||
"version": "0.60.3",
|
||||
"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",
|
||||
"dependencies": [
|
||||
"clp",
|
||||
"coinutils",
|
||||
"osi",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user