46#ifndef __SCIP_PRICER_COLORING__
47#define __SCIP_PRICER_COLORING__
void COLORpricerUseTclique(SCIP *scip, SCIP_Bool usetclique)
SCIP_RETCODE SCIPincludePricerColoring(SCIP *scip)
void COLORpricerUseGreedy(SCIP *scip, SCIP_Bool usegreedy)
void COLORpricerSetNVarsCreatedPerRound(SCIP *scip, int nvars)
void COLORpricerUseOnlyBestStableSets(SCIP *scip, SCIP_Bool onlybest)
problem data for vertex coloring algorithm
enum SCIP_Retcode SCIP_RETCODE