diff options
Diffstat (limited to 'vcpkg/ports/coin-or-osi/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/coin-or-osi/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/coin-or-osi/vcpkg.json b/vcpkg/ports/coin-or-osi/vcpkg.json new file mode 100644 index 0000000..bed12c0 --- /dev/null +++ b/vcpkg/ports/coin-or-osi/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "coin-or-osi", + "version-date": "2024-04-16", + "description": "Osi (Open Solver Interface) provides an abstract base class to a generic linear programming (LP) solver, along with derived classes for specific solvers. Many applications may be able to use the Osi to insulate themselves from a specific LP solver.", + "license": "EPL-2.0", + "dependencies": [ + "coinutils" + ] +} |