SCIP plugins for cycle clustering.
Definition in file cycplugins.h.
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeCycPlugins (SCIP *scip) |
SCIP_RETCODE SCIPincludeCycPlugins | ( | SCIP * | scip | ) |
includes default SCIP plugins into SCIP
includes default plugins for cycle clustering into SCIP
scip | SCIP data structure |
Definition at line 45 of file cycplugins.c.
References SCIP_CALL, SCIP_OKAY, SCIPincludeBranchruleMultinode(), SCIPincludeDefaultPlugins(), SCIPincludeEventHdlrNewsol(), SCIPincludeHeurCycGreedy(), SCIPincludeHeurCycKerlin(), SCIPincludeHeurFuzzyround(), SCIPincludeHeurRedsize(), SCIPincludeReaderCyc(), SCIPincludeSepaEdge(), SCIPincludeSepaPartition(), and SCIPincludeSepaSubtour().
Referenced by SCIPapplyRedSize(), and SCIPrunCyc().