diff options
Diffstat (limited to 'vcpkg/ports/highs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/highs/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/highs/vcpkg.json b/vcpkg/ports/highs/vcpkg.json new file mode 100644 index 0000000..6b54dab --- /dev/null +++ b/vcpkg/ports/highs/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "highs", + "version": "1.12.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" + ] +} |