vcpkg/ports/highs/vcpkg.json
2023-10-02 16:10:33 -07:00

19 lines
385 B
JSON

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