Scippy

GCG

Branch-and-Price & Column Generation for Everyone

gcgplugins.h File Reference

Detailed Description

SCIP plugins for generic column generation.

Author
Gerald Gamrath

Definition in file gcgplugins.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeGcgPlugins (SCIP *scip)
 

Function Documentation

◆ SCIPincludeGcgPlugins()

SCIP_RETCODE SCIPincludeGcgPlugins ( SCIP *  scip)

includes default SCIP plugins into SCIP

includes default plugins for generic column generation into SCIP

Definition at line 290 of file gcgplugins.c.

References GCGincludeDialogsGraph(), GCGincludeHeurGcgcoefdiving(), GCGincludeHeurGcgfracdiving(), GCGincludeHeurGcgguideddiving(), GCGincludeHeurGcglinesdiving(), GCGincludeHeurGcgpscostdiving(), GCGincludeHeurGcgveclendiving(), GCGincludeReaderDec(), SCIPincludeBranchruleEmpty(), SCIPincludeConsClassifierConsnameLevenshtein(), SCIPincludeConsClassifierForConsnamesDigitFreeIdentical(), SCIPincludeConsClassifierGamsdomain(), SCIPincludeConsClassifierGamssymbol(), SCIPincludeConsClassifierMiplibConstypes(), SCIPincludeConsClassifierNNonzeros(), SCIPincludeConsClassifierScipConstypes(), SCIPincludeConshdlrDecomp(), SCIPincludeConshdlrOrigbranch(), SCIPincludeDetectorCompgreedily(), SCIPincludeDetectorConnected_noNewLinkingVars(), SCIPincludeDetectorConnectedbase(), SCIPincludeDetectorConsclass(), SCIPincludeDetectorConstype(), SCIPincludeDetectorDBSCAN(), SCIPincludeDetectorDensemasterconss(), SCIPincludeDetectorGeneralmastersetcover(), SCIPincludeDetectorGeneralmastersetpack(), SCIPincludeDetectorGeneralmastersetpart(), SCIPincludeDetectorHcgpartition(), SCIPincludeDetectorHrcgpartition(), SCIPincludeDetectorHrgpartition(), SCIPincludeDetectorIsomorphism(), SCIPincludeDetectorMastersetcover(), SCIPincludeDetectorMastersetpack(), SCIPincludeDetectorMastersetpart(), SCIPincludeDetectorMST(), SCIPincludeDetectorNeighborhoodmaster(), SCIPincludeDetectorPostprocess(), SCIPincludeDetectorStaircaseLsp(), SCIPincludeDetectorStairheur(), SCIPincludeDetectorVarclass(), SCIPincludeDialogGcg(), SCIPincludeDispGcg(), SCIPincludeEventHdlrBestsol(), SCIPincludeEventHdlrMastersol(), SCIPincludeEventHdlrOrigdiving(), SCIPincludeHeurGcgdins(), SCIPincludeHeurGcgfeaspump(), SCIPincludeHeurGcgrens(), SCIPincludeHeurGcgrins(), SCIPincludeHeurGcgrounding(), SCIPincludeHeurGcgshifting(), SCIPincludeHeurGcgsimplerounding(), SCIPincludeHeurGcgzirounding(), SCIPincludeHeurXpcrossover(), SCIPincludeHeurXprins(), SCIPincludeReaderBlk(), SCIPincludeReaderCls(), SCIPincludeReaderGp(), SCIPincludeReaderRef(), SCIPincludeReaderTex(), SCIPincludeRelaxGcg(), SCIPincludeVarClassifierGamsdomain(), SCIPincludeVarClassifierGamssymbol(), SCIPincludeVarClassifierObjValues(), SCIPincludeVarClassifierObjValueSigns(), and SCIPincludeVarClassifierScipVartypes().

Referenced by SCIPrunGCGShell().