scipopt / scip

SCIP - Solving Constraint Integer Programs
Other
366 stars 63 forks source link
constraint-programming integer-programming minlp minlp-solver mip mip-solver scip

SCIP: Solving Constraint Integer Programs

Welcome to what is currently one of the fastest academically developed solvers for mixed integer programming (MIP) and mixed integer nonlinear programming (MINLP). In addition, SCIP provides a highly flexible framework for constraint integer programming and branch-cut-and-price. It allows for total control of the solution process and the access of detailed information down to the guts of the solver.

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

Further information and resources are available through the official website at scipopt.org:

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