Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c7543 int nsortcands; in branchLP() local
7572 nsortcands = 0; in branchLP()
7579 for( j = nsortcands; j > 0 && numuses > uses[j-1]; --j ) in branchLP()
7584 assert(0 <= j && j <= nsortcands); in branchLP()
7587 nsortcands++; in branchLP()
7590 assert(nsortcands <= nlpcands); in branchLP()
7595 if( nsortcands > 0 ) in branchLP()
7608 for( nselcands = 0; nselcands < nsortcands; ++nselcands ) in branchLP()