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 SCIPincludeSepaAggregation (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaCGMIP (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaClique (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaClosecuts (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaConvexproj (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaDisjunctive (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaEccuts (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

◆ SCIPincludeSepaAggregation()

SCIP_RETCODE SCIPincludeSepaAggregation ( SCIP scip)

creates the aggregation separator and includes it in SCIP

creates the cmir separator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 1464 of file sepa_aggregation.c.

Referenced by SCIPincludeDefaultPlugins().

◆ SCIPincludeSepaCGMIP()

◆ SCIPincludeSepaClique()

◆ SCIPincludeSepaClosecuts()

◆ SCIPincludeSepaConvexproj()

◆ SCIPincludeSepaDisjunctive()

◆ SCIPincludeSepaEccuts()

◆ 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 719 of file sepa_rapidlearning.c.

Referenced by SCIPincludeDefaultPlugins().

◆ SCIPincludeSepaStrongcg()

SCIP_RETCODE SCIPincludeSepaStrongcg ( SCIP scip)

◆ SCIPincludeSepaZerohalf()