Automic VaultAutomic Vault

brew

soplex mit Homebrew, apt, dnf, MacPorts, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für soplex in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install soplex

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install soplex

MacPorts ports tree · math/soplex/Portfile · Quelle: api.github.com

Linux

Debian aptverifiziert · 92%
sudo apt install soplex

Debian stable package indexes · soplex · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install soplex

Fedora Rawhide package metadata · soplex · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#soplex

nixpkgs package indexes · pkgs/by-name/so/soplex/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S soplex

Arch Linux sync databases · soplex · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

Optimization package for solving linear programming problems (LPs)

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2015: Version 2.2.0 released according to the official SoPlex news archive.
  • 2021: Public GitHub mirrors announced for SCIP, SoPlex, and PaPILO.
  • 2022: SoPlex announced a move to the Apache 2.0 license for the next release.
  • 2026: SoPlex v8.0.2 released as part of SCIP Optimization Suite 10.0.2.

Related projects

  • SCIP is the main related optimization solver and standard consumer named by the SoPlex site.
  • ZIMPL, GCG, UG, and PaPILO are adjacent projects in the SCIP Optimization Suite ecosystem.
  • soplex-rs and SoPlex.jl provide language bindings or wrappers for Rust and Julia users.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 3 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
soplexcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-26
Manager-Version8.0.3
Manager aktualisiert2026-07-06
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://soplex.zib.de/

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:soplex
Version8.0.3
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/soplex
Homepagehttps://soplex.zib.de/
Repositoryhttps://github.com/scipopt/soplex
Upstream-Dokumentationhttps://soplex.zib.de/doc/html
LizenzApache-2.0
Quellarchivhttps://soplex.zib.de/download/release/soplex-8.0.3.tgz
Zuletzt aktualisiert2026-07-06T11:48:19Z
Pulseupdated
Abhängigkeitenboost, gmp, mpfr
Build-Abhängigkeitencmake
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesoplex
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

libsoplex-dev 7.1.3+dfsg-1

sequential object-oriented simplex solver (development files)

https://github.com/scipopt/soplex

sudo apt install libsoplex-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: soplex
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Soplex
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsoplex-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libsoplexshared7.1 7.1.3+dfsg-1

sequential object-oriented simplex solver (shared library)

https://github.com/scipopt/soplex

sudo apt install libsoplexshared7.1
  • Section: libs
  • Architecture: amd64
  • Source Package: soplex
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Soplex
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsoplexshared7.1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

soplex 7.1.3+dfsg-1

sequential object-oriented simplex solver

https://github.com/scipopt/soplex

sudo apt install soplex
  • Section: math
  • Architecture: amd64
  • 6 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Soplex
Debian stable package indexes · deb.debian.org · Debian stable package indexes: soplex from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

soplex

nix profile install nixpkgs#soplex
  • normalized package name match
  • Abgeglichen nach: Soplex
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/so/soplex/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libsoplex-dev 6.0.4+dfsg-1.1build1

sequential object-oriented simplex solver (development files)

https://github.com/scipopt/soplex

sudo apt install libsoplex-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: soplex
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Soplex
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsoplex-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libsoplexshared6.0t64 6.0.4+dfsg-1.1build1

sequential object-oriented simplex solver (shared library)

https://github.com/scipopt/soplex

sudo apt install libsoplexshared6.0t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: soplex
  • 5 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Soplex
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsoplexshared6.0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

soplex 6.0.4+dfsg-1.1build1

sequential object-oriented simplex solver

https://github.com/scipopt/soplex

sudo apt install soplex
  • Section: universe/math
  • Architecture: amd64
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Soplex
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: soplex from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

libsoplex 8.0.2-1.fc45

Library for sequential object-oriented simplex

https://soplex.zib.de/

sudo dnf install libsoplex
  • License: Apache-2.0 AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: soplex
  • 10 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Soplex
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libsoplex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libsoplex-devel 8.0.2-1.fc45

Headers and library links for libsoplex

https://soplex.zib.de/

sudo dnf install libsoplex-devel
  • License: Apache-2.0 AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: soplex
  • 10 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Soplex
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libsoplex-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libsoplex-doc 8.0.2-1.fc45

API documentation for libsoplex

https://soplex.zib.de/

sudo dnf install libsoplex-doc
  • License: Apache-2.0 AND GPL-1.0-or-later AND MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: soplex
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Soplex
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libsoplex-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

soplex 8.0.2-1.fc45

Sequential object-oriented simplex

https://soplex.zib.de/

sudo dnf install soplex
  • License: Apache-2.0 AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: soplex
  • 13 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Soplex
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: soplex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

soplex 8.0.2-1

Sequential object-oriented simPlex

https://www.scipopt.org/

sudo pacman -S soplex
  • License: Apache-2.0
  • Architecture: x86_64
  • 7 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Soplex
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: soplex from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

soplex

sudo port install soplex
  • normalized package name match
  • Abgeglichen nach: Soplex
MacPorts ports tree · api.github.com · MacPorts ports tree: math/soplex/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment