Scippy

SCIP

Solving Constraint Integer Programs

Interface changes between SCIP 0.9 and SCIP 1.0

New parameters

  • All functions SCIP<datatype>Param() got a new parameter "isadvanced".
    This does not influence the performance of SCIP, but the position of the parameter in the settings menu. Hence, if you do not care about this, you can assign any value to it. You should add the corresponding flag to the SCIP<datatype>Param() calls in your own source code.