33#include "scip/debug.h"
43 SCIP_CALL( SCIPincludeDialogDefaultBasic(scip) );
45 SCIP_CALL( SCIPincludeConshdlrLinear(scip) );
46 SCIP_CALL( SCIPincludeConshdlrIntegral(scip) );
47 SCIP_CALL( SCIPincludeConshdlrSetppc(scip) );
49 SCIP_CALL( SCIPincludeNodeselBfs(scip) );
50 SCIP_CALL( SCIPincludeNodeselDfs(scip) );
51 SCIP_CALL( SCIPincludeNodeselEstimate(scip) );
52 SCIP_CALL( SCIPincludeNodeselHybridestim(scip) );
53 SCIP_CALL( SCIPincludeNodeselRestartdfs(scip) );
55 SCIP_CALL( SCIPincludeBranchruleAllfullstrong(scip) );
56 SCIP_CALL( SCIPincludeBranchruleFullstrong(scip) );
57 SCIP_CALL( SCIPincludeBranchruleInference(scip) );
58 SCIP_CALL( SCIPincludeBranchruleMostinf(scip) );
59 SCIP_CALL( SCIPincludeBranchruleLeastinf(scip) );
60 SCIP_CALL( SCIPincludeBranchrulePscost(scip) );
61 SCIP_CALL( SCIPincludeBranchruleRandom(scip) );
62 SCIP_CALL( SCIPincludeBranchruleRelpscost(scip) );
64 SCIP_CALL( SCIPincludeTableDefault(scip) );
80 SCIP_CALL( SCIPincludeHeurActconsdiving(scip) );
81 SCIP_CALL( SCIPincludeHeurCoefdiving(scip) );
82 SCIP_CALL( SCIPincludeHeurCrossover(scip) );
83 SCIP_CALL( SCIPincludeHeurDins(scip) );
84 SCIP_CALL( SCIPincludeHeurFixandinfer(scip) );
85 SCIP_CALL( SCIPincludeHeurFracdiving(scip) );
86 SCIP_CALL( SCIPincludeHeurGuideddiving(scip) );
87 SCIP_CALL( SCIPincludeHeurIntdiving(scip) );
88 SCIP_CALL( SCIPincludeHeurIntshifting(scip) );
89 SCIP_CALL( SCIPincludeHeurLinesearchdiving(scip) );
90 SCIP_CALL( SCIPincludeHeurLocalbranching(scip) );
91 SCIP_CALL( SCIPincludeHeurMutation(scip) );
92 SCIP_CALL( SCIPincludeHeurObjpscostdiving(scip) );
93 SCIP_CALL( SCIPincludeHeurOctane(scip) );
94 SCIP_CALL( SCIPincludeHeurOneopt(scip) );
95 SCIP_CALL( SCIPincludeHeurPscostdiving(scip) );
96 SCIP_CALL( SCIPincludeHeurRens(scip) );
97 SCIP_CALL( SCIPincludeHeurRins(scip) );
98 SCIP_CALL( SCIPincludeHeurRootsoldiving(scip) );
99 SCIP_CALL( SCIPincludeHeurRounding(scip) );
100 SCIP_CALL( SCIPincludeHeurShifting(scip) );
101 SCIP_CALL( SCIPincludeHeurSimplerounding(scip) );
102 SCIP_CALL( SCIPincludeHeurTrivial(scip) );
103 SCIP_CALL( SCIPincludeHeurTrySol(scip) );
104 SCIP_CALL( SCIPincludeHeurTwoopt(scip) );
105 SCIP_CALL( SCIPincludeHeurUndercover(scip) );
106 SCIP_CALL( SCIPincludeHeurVeclendiving(scip) );
107 SCIP_CALL( SCIPincludeHeurZirounding(scip) );
110 SCIP_CALL( SCIPincludeDispDefault(scip) );
SCIP_RETCODE SCIPincludeBranchruleColoring(SCIP *scip)
SCIP_RETCODE SCIPincludeBranchruleStrongcoloring(SCIP *scip)
SCIP_RETCODE SCIPincludeColoringPlugins(SCIP *scip)
SCIP plugins for coloring.
SCIP_RETCODE COLORincludeConshdlrStoreGraph(SCIP *scip)
SCIP_RETCODE SCIPincludeHeurInit(SCIP *scip)
SCIP_RETCODE SCIPincludePricerColoring(SCIP *scip)
SCIP_RETCODE SCIPincludeReaderCol(SCIP *scip)
SCIP_RETCODE SCIPincludeReaderCsol(SCIP *scip)