Scippy

SCIP

Solving Constraint Integer Programs

Overview

What is SCIP?

SCIP is a framework to solve constraint integer programs (CIPs) and mixed-integer nonlinear programs. In particular,

  • SCIP incorporates a mixed-integer programming (MIP) solver as well as
  • an LP based mixed-integer nonlinear programming (MINLP) solver, and
  • is a framework for branch-and-cut-and-price.

SCIP is developed together with TU Darmstadt and University of Erlangen-Nürnberg (Chair of EDOM) and has more than 500,000 lines of C code.

See the web site of SCIP for more information about licensing and to download SCIP.

Getting started

References

Programming with SCIP

Coding basics for SCIP

How to add ...

Below you find for most plugin types a detailed description of how to implement and add them to SCIP.

How to use ...

Further information

Changes between different versions of SCIP

SCIP Authors

Version
4.0.1
scippy.png