Home
last modified time | relevance | path

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

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolve.cpp390 int abcPricing[20]; variable
699 memset(abcPricing, 0, sizeof(abcPricing)); in dealWithAbc()
700 memset(abcPricingDense, 0, sizeof(abcPricing)); in dealWithAbc()
729 n += abcPricing[i]; in dealWithAbc()
741 if (abcPricing[i]) { in dealWithAbc()
747 printf("(%d els,%d times) ", i, abcPricing[i]); in dealWithAbc()
750 if (abcPricing[19]) { in dealWithAbc()
756 printf("(>=19 els,%d times) ", abcPricing[19]); in dealWithAbc()
H A DAbcMatrix.cpp25 extern int abcPricing[20];
1900 abcPricing[n < 19 ? n : 19]++; in dualColumn1()