Home
last modified time | relevance | path

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

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcHeuristicRandRound.cpp310 int numFeasibles = 0; in solution() local
361 numFeasibles++; in solution()
364 feasibles[numFeasibles - 1][k] = cornerPoints[i][k]; in solution()
372 numFeasibleCorners = numFeasibles; in solution()
459 numFeasibles++; in solution()
462 feasibles[numFeasibles - 1][i] = roundRp[i]; in solution()
471 printf("Number of Feasibles Found: %d\n", numFeasibles); in solution()
472 if (numFeasibles > 0) in solution()
476 if (numFeasibles == 0) { in solution()
494 betterSolution[k] = feasibles[numFeasibles - 1][k]; in solution()
H A DCbcHeuristicPivotAndFix.cpp201 int numFeasibles = 0; in solution() local
367 numFeasibles++; in solution()
411 numFeasibles++; in solution()
515 if (numFeasibles == 0) { in solution()