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 SCIPincludeSepaInterminor (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaIntobj (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaMcf (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaMinor (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaMixing (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaOddcycle (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaRapidlearning (SCIP *scip)
 
SCIP_RETCODE SCIPincludeSepaRlt (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 1523 of file sepa_aggregation.c.

Referenced by SCIPincludeDefaultPlugins().

◆ SCIPincludeSepaCGMIP()

SCIP_RETCODE SCIPincludeSepaCGMIP ( SCIP scip)

◆ SCIPincludeSepaClique()

◆ SCIPincludeSepaClosecuts()

◆ SCIPincludeSepaConvexproj()

SCIP_RETCODE SCIPincludeSepaConvexproj ( SCIP scip)

◆ SCIPincludeSepaDisjunctive()

◆ SCIPincludeSepaEccuts()

◆ SCIPincludeSepaGauge()

SCIP_RETCODE SCIPincludeSepaGauge ( SCIP scip)

◆ SCIPincludeSepaGomory()

◆ SCIPincludeSepaImpliedbounds()

SCIP_RETCODE SCIPincludeSepaImpliedbounds ( SCIP scip)

◆ SCIPincludeSepaInterminor()

◆ SCIPincludeSepaIntobj()

◆ SCIPincludeSepaMcf()

◆ SCIPincludeSepaMinor()

◆ SCIPincludeSepaMixing()

◆ SCIPincludeSepaOddcycle()

◆ SCIPincludeSepaRapidlearning()

SCIP_RETCODE SCIPincludeSepaRapidlearning ( SCIP scip)

creates the rapidlearning separator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 921 of file sepa_rapidlearning.c.

Referenced by SCIPincludeDefaultPlugins().

◆ SCIPincludeSepaRlt()

◆ SCIPincludeSepaZerohalf()