Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

methods to include specific separators into SCIP

This module contains methods to include specific separators into SCIP.

Note
All default plugins can be included at once (including all default separators) using SCIPincludeDefaultPlugins()

Functions

SCIP_RETCODE SCIPincludeSepaCGMIP (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaClique (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaClosecuts (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaCmir (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaConvexproj (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaDisjunctive (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaEccuts (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaFlowcover (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaGauge (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaGomory (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaImpliedbounds (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaIntobj (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaMcf (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaOddcycle (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaRapidlearning (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaStrongcg (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaZerohalf (SCIP *scip)
 

Function Documentation

◆ SCIPincludeSepaCGMIP()

SCIP_RETCODE SCIPincludeSepaCGMIP ( SCIP scip)

◆ SCIPincludeSepaClique()

◆ SCIPincludeSepaClosecuts()

◆ SCIPincludeSepaCmir()

SCIP_RETCODE SCIPincludeSepaCmir ( SCIP scip)

creates the cmir separator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 1609 of file sepa_cmir.c.

Referenced by SCIPincludeDefaultPlugins().

◆ SCIPincludeSepaConvexproj()

◆ SCIPincludeSepaDisjunctive()

◆ SCIPincludeSepaEccuts()

◆ SCIPincludeSepaFlowcover()

SCIP_RETCODE SCIPincludeSepaFlowcover ( SCIP scip)

creates the flowcover separator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 2789 of file sepa_flowcover.c.

Referenced by SCIPincludeDefaultPlugins().

◆ SCIPincludeSepaGauge()

◆ SCIPincludeSepaGomory()

◆ SCIPincludeSepaImpliedbounds()

SCIP_RETCODE SCIPincludeSepaImpliedbounds ( SCIP scip)

◆ SCIPincludeSepaIntobj()

◆ SCIPincludeSepaMcf()

◆ SCIPincludeSepaOddcycle()

◆ SCIPincludeSepaRapidlearning()

SCIP_RETCODE SCIPincludeSepaRapidlearning ( SCIP scip)

creates the rapidlearning separator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 717 of file sepa_rapidlearning.c.

Referenced by SCIPincludeDefaultPlugins().

◆ SCIPincludeSepaStrongcg()

SCIP_RETCODE SCIPincludeSepaStrongcg ( SCIP scip)

◆ SCIPincludeSepaZerohalf()

SCIP_RETCODE SCIPincludeSepaZerohalf ( SCIP scip)

creates the {0,1/2}-cut separator and includes it in SCIP

creates the zerohalf separator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 7345 of file sepa_zerohalf.c.

Referenced by process(), and SCIPincludeDefaultPlugins().