1.

What Is Scip?

Answer»

SCIP is a SOLVER for Mixed Integer Linear and Nonlinear Problems that allows for an easy integration of arbitrary constraints. It can be used as a framework for branch-cut-and-price and contains all necessary plugins to serve as a standalone solver for MIP and MINLP.

  • You can use the precompiled binaries to solve MIPs and MINLPs. Learn more about the FILE formats supported by SCIP, and get an overview of the supported problem classes and additional recommendations for solving them.
  • You can use SCIP as a SUBROUTINE for solving MINLPs and more GENERAL constraint integer programs from your own source code.
  • You can use SCIP as a framework in which you implement your own plugins.
  • You can use SCIP in any combination of the THREE purposes above.

SCIP is a solver for Mixed Integer Linear and Nonlinear Problems that allows for an easy integration of arbitrary constraints. It can be used as a framework for branch-cut-and-price and contains all necessary plugins to serve as a standalone solver for MIP and MINLP.



Discussion

No Comment Found