Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c7544 int nselcands; in branchLP() local
7608 for( nselcands = 0; nselcands < nsortcands; ++nselcands ) in branchLP()
7610 solval = SCIPgetVarSol(scip, sortcands[nselcands]); in branchLP()
7621 tmp = SCIPcalcNodeselPriority(scip, sortcands[nselcands], SCIP_BRANCHDIR_UPWARDS, 1.0); in branchLP()
7623 tmp = SCIPcalcChildEstimate(scip, sortcands[nselcands], 0.0);; in branchLP()
7625 tmp = SCIPcalcChildEstimate(scip, sortcands[nselcands], 1.0);; in branchLP()
7631 assert(nselcands > 0); in branchLP()
7640 assert(1 <= nselcands && nselcands <= nlpcands); in branchLP()
7644 for( i = 0; i < nselcands; ++i ) in branchLP()
7651 if( nselcands == 1 ) in branchLP()
[all …]