HiGHS

From IFORS Developing Countries Online Resources
Revision as of 03:56, 2 December 2021 by Dcadmin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

What Is HiGHS?

HiGHS is a high performance serial and parallel solver for large-scale sparse linear programming (LP), mixed-integer programming (MIP) and quadratic programming (QP) models developed in C++11, with interfaces to C, C#, FORTRAN, Julia and Python.

HiGHS is freely available under the MIT licence, and is downloaded from Github. Installing HiGHS from source code requires CMake minimum version 3.15, but no other third-party utilities. HiGHS can be used as a standalone executable on Windows, Linux and MacOS. There is a C++11 library which can be used within a C++ project or, via one of the interfaces, to a project written in other languages.

Link to website:https://www.highs.dev/