macOS
brew install highslocal Homebrew formula metadata
sudo port install HiGHSMacPorts ports tree · math/HiGHS/Portfile · 来源: api.github.com
安装
brew install highslocal Homebrew formula metadata
sudo port install HiGHSMacPorts ports tree · math/HiGHS/Portfile · 来源: api.github.com
nix profile install nixpkgs#highsnixpkgs package indexes · pkgs/by-name/hi/highs/package.nix · 来源: api.github.com
sudo pacman -S highsArch Linux sync databases · highs · 来源: geo.mirror.pkgbuild.com
scoop install main/highsScoop official bucket manifest trees · bucket/highs.json · 来源: api.github.com
概览
Linear optimization software
历史
HiGHS is open-source linear optimization software for large-scale sparse LP, MILP/MIP, and convex QP models. It provides a standalone `highs` executable, a C++ library, and interfaces for C, C#, Fortran, Julia, Python, and other ecosystems.
The project is rooted in the University of Edinburgh optimization group and the ERGO-Code organization. Its README credits solver components to Qi Huangfu, Julian Hall, Lukas Schork, Michael Feldmeier, Leona Gottwald, and Ivet Galabova.
HiGHS grew from high-performance research solvers for linear optimization, especially the dual revised simplex work by Qi Huangfu and Julian Hall. The official site describes the codebase as C++11 software with no required third-party utilities for source builds.
The README describes a solver suite rather than a single algorithm: primal and dual revised simplex solvers, an LP interior-point solver, a QP active-set solver, and a MIP branch-and-cut solver. The documentation adds PDLP first-order LP support and explains the executable/library split.
The public tag line shows 1.x releases starting in 2021, then steady expansion through Python packaging, NuGet packaging, interface documentation, MIP work, GPU/PDLP-related development, and HiPO-related builds.
HiGHS gained a major scientific-Python adoption point when SciPy 1.6.0 added HiGHS methods to `scipy.optimize.linprog` for large sparse problems. SciPy 1.9.0 then made `method='highs'` the default for `linprog` and added mixed-integer linear programming support.
The JuMP ecosystem documents `HiGHS.jl` as a wrapper around the HiGHS solver with both a thin C API wrapper and a MathOptInterface implementation. That gives Julia modelers access to the same solver family through JuMP models.
Packaging now spans both system package managers and language package channels. The README badges and text point to PyPI `highspy`, NuGet `Highs.Native`, release binaries, and source builds, while the input package map shows Homebrew, Debian, MacPorts, Nix, Arch, and Scoop packaging.
From the command line, HiGHS reads MPS and CPLEX LP files and solves them with options such as presolve, solver choice, parallel mode, thread count, time limit, and output solution/basis files. A minimal run is `highs model.mps`.
As a library, users can build, modify, solve, and inspect optimization models through the native C++ API or through language bindings. Python users often meet HiGHS through SciPy's `linprog` and `milp` APIs or through the `highspy` wrapper; Julia users commonly meet it through JuMP and HiGHS.jl.
HiGHS matters to package nerds because it is a serious permissively licensed optimization solver with no required third-party dependencies for the core build. That makes it unusually friendly to distributions compared with solver stacks that depend on proprietary binaries or complex external libraries.
It also sits at an important boundary between command-line packages and language ecosystems: the same solver is shipped as a Unix executable, a C/C++ library, a Python package, a Julia solver backend, and a NuGet package.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
highs | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/ERGO-Code/HiGHS
安装元数据
| 软件包键 | brew:highs |
|---|---|
| 版本 | 1.15.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/highs |
| 主页 | https://www.maths.ed.ac.uk/hall/HiGHS/ |
| 仓库 | https://github.com/ERGO-Code/HiGHS |
| 上游文档 | https://ergo-code.github.io/HiGHS |
| 许可证 | MIT |
| 源码归档 | https://github.com/ERGO-Code/HiGHS/archive/refs/tags/v1.15.1.tar.gz |
| 最后更新 | 2026-07-02T13:02:47Z |
| Pulse | updated |
| 构建依赖 | cmake, pkgconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | highs |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
highs 1.10.0+ds-1
High performance linear optimization software
sudo apt install highslibhighs-dev 1.10.0+ds-1
High performance linear optimization software (development files)
sudo apt install libhighs-devlibhighs1 1.10.0+ds-1
High performance linear optimization software (shared library)
sudo apt install libhighs1python3-highspy 1.10.0+ds-1
High performance linear optimization software (Python library)
sudo apt install python3-highspyhighs
nix profile install nixpkgs#highshighs 1.14.0-2
Linear optimization software
sudo pacman -S highsHiGHS
sudo port install HiGHSmain/highs
scoop install main/highs来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.