Home
last modified time | relevance | path

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

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcModel.cpp9169 bool smallProblem = size <= 550; local
9170 smallProblem = false;
9179 if (!smallProblem)
9183 if (!smallProblem)
9215 if (!smallProblem)
9219 if (!smallProblem)
9247 if (!smallProblem)
9251 if (!smallProblem)
9372 …double smallProblem = (0.2 * totalCuts) / static_cast< double >(numberActiveGenerators + 1.0e-100); local
9499 } else if ((thisCuts + generator_[i]->numberColumnCuts() < smallProblem)
[all …]