32#ifndef __SCIP_SCIPCOLORINGPLUGINS_H__
33#define __SCIP_SCIPCOLORINGPLUGINS_H__
41#include "scip/branch_allfullstrong.h"
42#include "scip/branch_fullstrong.h"
43#include "scip/branch_inference.h"
44#include "scip/branch_mostinf.h"
45#include "scip/branch_leastinf.h"
46#include "scip/branch_pscost.h"
47#include "scip/branch_random.h"
48#include "scip/branch_relpscost.h"
50#include "scip/cons_integral.h"
51#include "scip/cons_linear.h"
52#include "scip/cons_setppc.h"
54#include "scip/dialog_default.h"
55#include "scip/disp_default.h"
57#include "scip/table_default.h"
59#include "scip/heur_actconsdiving.h"
60#include "scip/heur_coefdiving.h"
61#include "scip/heur_crossover.h"
62#include "scip/heur_dins.h"
63#include "scip/heur_feaspump.h"
64#include "scip/heur_fixandinfer.h"
65#include "scip/heur_fracdiving.h"
66#include "scip/heur_guideddiving.h"
67#include "scip/heur_intdiving.h"
68#include "scip/heur_intshifting.h"
69#include "scip/heur_linesearchdiving.h"
70#include "scip/heur_localbranching.h"
71#include "scip/heur_mutation.h"
72#include "scip/heur_objpscostdiving.h"
73#include "scip/heur_octane.h"
74#include "scip/heur_oneopt.h"
75#include "scip/heur_pscostdiving.h"
76#include "scip/heur_rens.h"
77#include "scip/heur_rins.h"
78#include "scip/heur_rootsoldiving.h"
79#include "scip/heur_rounding.h"
80#include "scip/heur_shifting.h"
81#include "scip/heur_simplerounding.h"
82#include "scip/heur_trivial.h"
83#include "scip/heur_trysol.h"
84#include "scip/heur_twoopt.h"
85#include "scip/heur_undercover.h"
86#include "scip/heur_veclendiving.h"
87#include "scip/heur_zirounding.h"
89#include "scip/nodesel_bfs.h"
90#include "scip/nodesel_dfs.h"
91#include "scip/nodesel_estimate.h"
92#include "scip/nodesel_hybridestim.h"
93#include "scip/nodesel_restartdfs.h"
95#include "scip/prop_pseudoobj.h"
96#include "scip/prop_rootredcost.h"
98#include "scip/scipshell.h"
default branching rule for the vertex coloring problem
branching rule performing strong branching for the vertex coloring problem
SCIP_RETCODE SCIPincludeColoringPlugins(SCIP *scip)
constraint handler for storing the graph at each node of the tree
initial primal heuristic for the vertex coloring problem
variable pricer for the vertex coloring problem
file reader for vertex coloring instances
file reader and writer for vertex coloring solutions