diff --git a/.coin-or/Dependencies b/.coin-or/Dependencies index 6b5455d3..09f8f24c 100644 --- a/.coin-or/Dependencies +++ b/.coin-or/Dependencies @@ -8,3 +8,4 @@ Cbc https://github.com/coin-or/Cbc master Ipopt https://github.com/coin-or/Ipopt stable/3.14 Bonmin https://github.com/coin-or/Bonmin master Couenne https://github.com/coin-or/Couenne master +HiGHS https://github.com/coin-or/HiGHS v1.2 diff --git a/.coin-or/projDesc.xml b/.coin-or/projDesc.xml index 2fcb8f72..41dbf9d0 100644 --- a/.coin-or/projDesc.xml +++ b/.coin-or/projDesc.xml @@ -30,6 +30,9 @@ Couenne + + HiGHS + diff --git a/README.md b/README.md index 3c53186d..23960b52 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Currently the following links are available: * [Bonmin](https://github.com/coin-or/Bonmin): Basic Open-source Nonlinear Mixed-Integer Programming * [Couenne](https://github.com/coin-or/Couenne): Convex Over and Under Envelopes for Nonlinear Estimation * [Cbc](https://github.com/coin-or/Cbc): COIN-OR Branch and Cut code - * [HiGHS](https://github.com/coin-or/HiGHS): LP solver + * [HiGHS](https://github.com/ERGO_Code/HiGHS): LP solver * [Ipopt](https://github.com/coin-or/Ipopt): Interior Point Optimizer * [Osi](https://github.com/coin-or/Osi): Interface to LP and MIP solvers with an Open Solver Interface, currently CPLEX, Gurobi, Mosek, and Xpress * [SCIP](https://www.scipopt.org): Solving Constraint Integer Programs