All Projects → scipopt → soplex

scipopt / soplex

Licence: other
Sequential object-oriented simPlex

Programming Languages

C++
36643 projects - #6 most used programming language
JetBrains MPS
11 projects
shell
77523 projects
CMake
9771 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language

SoPlex: Sequential object-oriented simPlex

SoPlex is an optimization package for solving linear programming problems (LPs) based on an advanced implementation of the primal and dual revised simplex algorithm. It provides special support for the exact solution of LPs with rational input data. It can be used as a standalone solver reading MPS or LP format files via a command line interface as well as embedded into other programs via a C++ class library. The main features of SoPlex are:

  • presolving, scaling, exploitation of sparsity, hot-starting from any regular basis,
  • column- and row-oriented form of the simplex algorithm,
  • an object-oriented software design written in C++,
  • a compile-time option to use 80bit extended ("quad") precision for numerically difficult LPs,
  • an LP iterative refinement procedure to compute high-precision solution, and
  • routines for an exact rational LU factorization and continued fraction approximations in order to compute exact solutions.

SoPlex has been used in numerous research and industry projects and is the standard LP solver linked to the mixed-integer nonlinear programming and constraint integer programming solver SCIP. SoPlex is free for academic research and available in source code. It can be licensed for commercial use.

The original instance of this repository is hosted at git.zib.de and a read-only mirror is available at github.com/scipopt/soplex.

SoPlex is part of the SCIP Optimization Suite, online at scipopt.org.

Further information and resources are available through the official SoPlex website at soplex.zib.de including

  • online documentation of the code
  • with information how to get started and
  • how to cite SoPlex when you use it in scientific publications.

For installation instructions have a look here or in the online documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].