Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

methods to include specific branching rules into SCIP

This module contains methods to include specific branching rules into SCIP.

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

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleCloud (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleDistribution (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleFullstrong (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleInference (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleLeastinf (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleMostinf (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleMultAggr (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleNodereopt (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchrulePscost (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleRandom (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleRelpscost (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleVanillafullstrong (SCIP *scip)
 

Function Documentation

◆ SCIPincludeBranchruleCloud()

◆ SCIPincludeBranchruleDistribution()

◆ SCIPincludeBranchruleFullstrong()

◆ SCIPincludeBranchruleInference()

◆ SCIPincludeBranchruleLeastinf()

SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleLeastinf ( SCIP scip)

◆ SCIPincludeBranchruleMostinf()

SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleMostinf ( SCIP scip)

◆ SCIPincludeBranchruleMultAggr()

◆ SCIPincludeBranchruleNodereopt()

SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleNodereopt ( SCIP scip)

◆ SCIPincludeBranchrulePscost()

◆ SCIPincludeBranchruleRandom()

◆ SCIPincludeBranchruleRelpscost()

SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleRelpscost ( SCIP scip)

creates the reliable pseudo cost branching rule and includes it in SCIP

! [SnippetCodeStyleParenIndent]

! [SnippetCodeStyleParenIndent]

Parameters
scipSCIP data structure

Definition at line 2037 of file branch_relpscost.c.

Referenced by SCIPincludeColoringPlugins(), and SCIPincludeDefaultPlugins().

◆ SCIPincludeBranchruleVanillafullstrong()

SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleVanillafullstrong ( SCIP scip)