68#ifndef CONSSTOREGRAPH_H
69#define CONSSTOREGRAPH_H
int * COLORconsGetRepresentatives(SCIP *scip)
TCLIQUE_GRAPH * COLORconsGetCurrentGraph(SCIP *scip)
SCIP_RETCODE COLORcreateConsStoreGraph(SCIP *scip, SCIP_CONS **cons, const char *name, SCIP_CONS *fatherconstraint, COLOR_CONSTYPE type, int node1, int node2, SCIP_NODE *stickingnode)
void COLORconsGetUnions(SCIP *scip, int ***unions, int **lengths)
SCIP_CONS * COLORconsGetActiveStoreGraphConsFromHandler(SCIP_CONSHDLR *conshdlr)
int COLORconsGetRepresentative(SCIP *scip, int node)
void COLORconsGetUnion(SCIP *scip, int **unionSet, int *length, int node)
enum COLOR_ConsType COLOR_CONSTYPE
TCLIQUE_GRAPH * COLORconsGetComplementaryGraph(SCIP *scip)
SCIP_RETCODE COLORincludeConshdlrStoreGraph(SCIP *scip)
SCIP_CONS * COLORconsGetActiveStoreGraphCons(SCIP *scip)
void COLORconsGetStack(SCIP *scip, SCIP_CONS ***stack, int *nstackelements)
struct TCLIQUE_Graph TCLIQUE_GRAPH
struct SCIP_Cons SCIP_CONS
struct SCIP_Conshdlr SCIP_CONSHDLR
enum SCIP_Retcode SCIP_RETCODE
struct SCIP_Node SCIP_NODE