What problem does it solve?
HiGHS provides a fast, scalable framework for defining and solving large-scale linear and quadratic optimization problems (LP, MILP, and QP), helping teams model, solve, and deploy optimal decisions.
Core Features & Use Cases
- Cross-language APIs: Python, Julia, C/C++, C#, and Rust interfaces for building and solving optimization models.
- Versatile solvers: robust implementations of simplex, interior-point, and PDLP for LP; MIP for MILP; active-set methods for QP.
- Getting started and deployment: install from source or package managers, configure options, and leverage GPU acceleration when available for large problems.
- Use case: model a production planning LP and obtain an optimal production plan across multiple periods and facilities.
Quick Start
Run the HiGHS Python quickstart to define a tiny LP, solve it, and print the results.