SCIP Doxygen Documentation
Loading...
Searching...
No Matches

Detailed Description

functions to include specific propagators into SCIP

This module contains functions to include specific propagators into SCIP.

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

Functions

SCIP_RETCODE SCIPincludePropDualfix (SCIP *scip)
SCIP_RETCODE SCIPincludePropGenvbounds (SCIP *scip)
SCIP_RETCODE SCIPincludePropNlobbt (SCIP *scip)
SCIP_RETCODE SCIPincludePropObbt (SCIP *scip)
SCIP_RETCODE SCIPincludePropProbing (SCIP *scip)
SCIP_RETCODE SCIPincludePropPseudoobj (SCIP *scip)
SCIP_RETCODE SCIPincludePropRedcost (SCIP *scip)
SCIP_RETCODE SCIPincludePropRootredcost (SCIP *scip)
SCIP_RETCODE SCIPincludePropSync (SCIP *scip)
SCIP_RETCODE SCIPincludePropVbounds (SCIP *scip)

Function Documentation

◆ SCIPincludePropDualfix()

◆ SCIPincludePropGenvbounds()

◆ SCIPincludePropNlobbt()

◆ SCIPincludePropObbt()

◆ SCIPincludePropProbing()

◆ SCIPincludePropPseudoobj()

◆ SCIPincludePropRedcost()

◆ SCIPincludePropRootredcost()

SCIP_RETCODE SCIPincludePropRootredcost ( SCIP * scip)

◆ SCIPincludePropSync()

◆ SCIPincludePropVbounds()