coin-or/Clp

Message "using xxx columns not 3000"

Closed this issue · 3 comments

I'm using clp 1.17.3, and my program output some strange messages "using xxx columns not 3000", even if the logging is turned off. It is related to the following codes

Clp/Clp/src/ClpSolve.cpp

Lines 3039 to 3040 in de9bae9

if (numberSort < smallNumberColumns)
printf("using %d columns not %d\n", numberSort, smallNumberColumns);

What does it mean, and how do I turn off the output?

5443b4c#diff-8f9d2ed4680dd828e0c7c5d667d77b01 seems to have added a number of printf's. Is this just debug-output, @jjhforrest ?

printf taken out by 4a00fbb