8 # pragma warning(disable:4786)
16 #include "CoinFloatEqual.hpp"
53 return !((*this)==it);
105 return !((*this)==it);
311 rowCutPtrs_.push_back(static_cast<OsiRowCut*>(newCutPtr));
317 colCutPtrs_.push_back(static_cast<OsiColCut*>(newCutPtr));
334 if ( rcPtr != NULL ) {
340 assert( ccPtr != NULL );
354 assert (rCut || cCut);
410 double maxEff = DBL_MIN;
412 if (maxEff < (*it)->effectiveness() ) {
429 for (i=0;i<numberColCuts;i++) {
434 for (i=0;i<numberRowCuts;i++) {
468 for (
unsigned i=0; i<to_erase.size(); i++) {