vcpkg/ports/highs/vcpkg.json

20 lines
406 B
JSON
Raw Normal View History

{
"name": "highs",
2023-10-03 07:10:33 +08:00
"version": "1.6.0",
"port-version": 1,
"description": "High performance library to solve linear, mixed-integer, and convex quadratic optimization problems.",
"homepage": "https://highs.dev",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}