mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:49:06 +08:00
19 lines
385 B
JSON
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"
|
|
]
|
|
}
|