vcpkg/ports/highs/vcpkg.json
2024-07-25 13:24:58 -07:00

19 lines
385 B
JSON

{
"name": "highs",
"version": "1.7.2",
"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"
]
}