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_EXPORT SCIP_RETCODE SCIPincludeSepaAggregation (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaCGMIP (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaClique (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaClosecuts (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaConvexproj (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaDisjunctive (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaEccuts (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaGauge (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaGomory (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaImpliedbounds (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaIntobj (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaMcf (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaOddcycle (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaRapidlearning (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaStrongcg (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaZerohalf (SCIP *scip)
 

Function Documentation

◆ SCIPincludeSepaAggregation()

SCIP_EXPORT 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 1448 of file sepa_aggregation.c.

Referenced by SCIPincludeDefaultPlugins().

◆ SCIPincludeSepaCGMIP()

SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaCGMIP ( SCIP scip)

◆ SCIPincludeSepaClique()

◆ SCIPincludeSepaClosecuts()

◆ SCIPincludeSepaConvexproj()

◆ SCIPincludeSepaDisjunctive()

◆ SCIPincludeSepaEccuts()

◆ SCIPincludeSepaGauge()

◆ SCIPincludeSepaGomory()

◆ SCIPincludeSepaImpliedbounds()

SCIP_EXPORT SCIP_RETCODE SCIPincludeSepaImpliedbounds ( SCIP scip)

◆ SCIPincludeSepaIntobj()

◆ SCIPincludeSepaMcf()

◆ SCIPincludeSepaOddcycle()

◆ SCIPincludeSepaRapidlearning()

SCIP_EXPORT 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_EXPORT SCIP_RETCODE SCIPincludeSepaStrongcg ( SCIP scip)

◆ SCIPincludeSepaZerohalf()