Home
last modified time | relevance | path

Searched refs:usetclique (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/
H A Dpricer_coloring.h71 SCIP_Bool usetclique /**< true, if the tclique-algorithm should be used */
H A Dbranch_strongcoloring.c83 …SCIP_Bool usetclique; /* should the exact pricing with the tclique-algorithm be used for t… member
514 … SCIP_CALL( SCIPsetBoolParam(scip, "pricers/coloring/usetclique", branchruledata->usetclique) ); in SCIP_DECL_BRANCHEXECLP()
607 if ( branchruledata->branchingmode >= 1 && branchruledata->usetclique == TRUE ) in SCIP_DECL_BRANCHEXECLP()
764 &branchruledata->usetclique, FALSE, DEFAULT_USETCLIQUE, NULL, NULL) ); in SCIPincludeBranchruleStrongcoloring()
H A Dpricer_coloring.c88 …SCIP_Bool usetclique; /* determines whether the tclique method is used for fin… member
605 if ( pricerdata->nstablesetsfound == 0 && pricerdata->usetclique ) in SCIP_DECL_PRICERREDCOST()
910 &pricerdata->usetclique, TRUE, DEFAULT_USETCLIQUE, NULL, NULL) ); in SCIPincludePricerColoring()