Home
last modified time | relevance | path

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

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcModel.cpp8213 bool allowZeroIterations = false; local
8223 allowZeroIterations = true;
8788 bool badObj = (allowZeroIterations) ? thisObj < cut_obj[0] + minimumDrop
8876 if (numberRowCuts + numberColumnCuts == 0 || (cutIterations == 0 && !allowZeroIterations)) {