macOS
brew install soplexlocal Homebrew formula metadata
sudo port install soplexMacPorts ports tree · math/soplex/Portfile · source: api.github.com
brew
Optimization package for solving linear programming problems (LPs). Version 8.0.3 via Homebrew; verified 2026-07-06.
install
brew install soplexlocal Homebrew formula metadata
sudo port install soplexMacPorts ports tree · math/soplex/Portfile · source: api.github.com
sudo apt install libsoplex-devDebian stable package indexes · libsoplex-dev · source: deb.debian.org
sudo dnf install libsoplexFedora Rawhide package metadata · libsoplex · source: dl.fedoraproject.org
nix profile install nixpkgs#soplexnixpkgs package indexes · pkgs/by-name/so/soplex/package.nix · source: api.github.com
sudo pacman -S soplexArch Linux sync databases · soplex · source: geo.mirror.pkgbuild.com
overview
Optimization package for solving linear programming problems (LPs)
history
SoPlex, short for Sequential object-oriented simPlex, is an optimization package and command-line solver for linear programming problems. It is also a C++ library and is tightly associated with the SCIP Optimization Suite.
The official SoPlex site describes it as an advanced implementation of the primal and dual revised simplex algorithm with support for exact rational LP solving. It names Roland Wunderling as the original author and lists current and former developers around the Zuse Institute Berlin optimization community.
SoPlex is part of the SCIP Optimization Suite and the GitHub README says the original repository is hosted at ZIB, with a read-only GitHub mirror under the `scipopt` organization. That mirror is the official public HTTP source-control URL useful to package managers.
The official site says SoPlex has been used in numerous research and industry projects and is the standard LP solver linked to SCIP. That gives it importance beyond the standalone `soplex` executable: many users encounter it as a dependency in mathematical optimization stacks.
The package-manager metadata in this batch shows SoPlex available through Homebrew, Debian, Ubuntu, Fedora, Arch, MacPorts, and Nix. For a specialized scientific solver, that is meaningful distribution coverage.
SoPlex can be used as a standalone command-line solver reading MPS or LP format files, or embedded as a C++ class library. Its niche is linear programming, especially cases where exact rational techniques, iterative refinement, or numerically difficult LPs matter.
For CLI users, the value is reproducible local access to an LP solver without pulling in the full SCIP workflow. For library users, the package exposes the solver as a C++ dependency that other optimization tools can link against.
SoPlex is the kind of package package nerds care about because it turns academic and industrial optimization research into a buildable, linkable Unix package. It sits at the boundary between scientific software, command-line tools, and dependency plumbing for larger solvers.
The 2021 public GitHub mirrors and the later Apache-2.0 licensing shift are especially relevant to packaging culture: they make source retrieval, redistribution, and automated builds easier for general-purpose package managers.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
soplex | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:soplex |
|---|---|
| Version | 8.0.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/soplex |
| Homepage | https://soplex.zib.de/ |
| Repository | https://github.com/scipopt/soplex |
| Upstream docs | https://soplex.zib.de/doc/html |
| License | Apache-2.0 |
| Source archive | https://soplex.zib.de/download/release/soplex-8.0.3.tgz |
| Last updated | 2026-07-06T11:48:19Z |
| Pulse | updated |
| Dependencies | boost, gmp, mpfr |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | soplex |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libsoplex-dev 7.1.3+dfsg-1
sequential object-oriented simplex solver (development files)
https://github.com/scipopt/soplex
sudo apt install libsoplex-devlibsoplexshared7.1 7.1.3+dfsg-1
sequential object-oriented simplex solver (shared library)
https://github.com/scipopt/soplex
sudo apt install libsoplexshared7.1soplex 7.1.3+dfsg-1
sequential object-oriented simplex solver
https://github.com/scipopt/soplex
sudo apt install soplexsoplex
nix profile install nixpkgs#soplexlibsoplex-dev 6.0.4+dfsg-1.1build1
sequential object-oriented simplex solver (development files)
https://github.com/scipopt/soplex
sudo apt install libsoplex-devlibsoplexshared6.0t64 6.0.4+dfsg-1.1build1
sequential object-oriented simplex solver (shared library)
https://github.com/scipopt/soplex
sudo apt install libsoplexshared6.0t64soplex 6.0.4+dfsg-1.1build1
sequential object-oriented simplex solver
https://github.com/scipopt/soplex
sudo apt install soplexlibsoplex 8.0.2-1.fc45
Library for sequential object-oriented simplex
sudo dnf install libsoplexlibsoplex-devel 8.0.2-1.fc45
Headers and library links for libsoplex
sudo dnf install libsoplex-devellibsoplex-doc 8.0.2-1.fc45
API documentation for libsoplex
sudo dnf install libsoplex-docsoplex 8.0.2-1.fc45
Sequential object-oriented simplex
sudo dnf install soplexsoplex 8.0.2-1
Sequential object-oriented simPlex
sudo pacman -S soplexsoplex
sudo port install soplexsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.