Home
last modified time | relevance | path

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

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcNodeInfo.cpp55 , numberCuts_(0) in CbcNodeInfo()
98 , numberCuts_(0) in CbcNodeInfo()
118 , numberCuts_(rhs.numberCuts_) in CbcNodeInfo()
128 if (numberCuts_) { in CbcNodeInfo()
140 numberCuts_ = n; in CbcNodeInfo()
152 , numberCuts_(0) in CbcNodeInfo()
333 if (!numberCuts_) { in addCuts()
379 if (!numberCuts_) { in addCuts()
453 numberCuts_ = j; in deleteCuts()
478 numberCuts_ = j; in deleteCuts()
[all …]
H A DCbcCountRowCut.cpp255 numberCuts_ = 0; in CbcRowCuts()
281 numberCuts_ = rhs.numberCuts_; in CbcRowCuts()
311 numberCuts_ = rhs.numberCuts_; in operator =()
370 numberCuts_--; in eraseRowCut()
372 if (numberCuts_ && found < numberCuts_) { in eraseRowCut()
402 numberCuts_ = numberAfter; in truncate()
458 if (numberCuts_ == size_) { in addCutIfNotDuplicate()
513 if (numberCuts_ < size_) { in addCutIfNotDuplicate()
591 if (numberCuts_ == size_) { in addCutIfNotDuplicateWhenGreedy()
646 if (numberCuts_ < size_) { in addCutIfNotDuplicateWhenGreedy()
[all …]
H A DCbcCountRowCut.hpp144 return numberCuts_; in numberCuts()
148 return numberCuts_; in sizeRowCuts()
170 int numberCuts_; member in CbcRowCuts
H A DCbcCutGenerator.hpp273 return numberCuts_; in numberCutsInTotal()
277 numberCuts_ = value; in setNumberCutsInTotal()
281 numberCuts_ += value; in incrementNumberCutsInTotal()
523 int numberCuts_; member in CbcCutGenerator
H A DCbcNodeInfo.hpp244 return numberCuts_; in numberCuts()
248 numberCuts_ = value; in setNumberCuts()
340 int numberCuts_; member in CbcNodeInfo
H A DCbcCutGenerator.cpp50 , numberCuts_(0) in CbcCutGenerator()
73 , numberCuts_(0) in CbcCutGenerator()
124 numberCuts_ = rhs.numberCuts_; in CbcCutGenerator()
155 numberCuts_ = rhs.numberCuts_; in operator =()
1274 numberCuts_ += numberRowCutsAfter - numberRowCutsBefore; in generateCuts()
1350 numberCuts_ += other->numberCuts_; in addStatistics()
1371 numberCuts_ = (numberCuts_ + factor - 1) / factor; in scaleBackStatistics()
H A DCbcFullNodeInfo.cpp158 for (i = 0; i < numberCuts_; i++) in applyToModel()
160 currentNumberCuts += numberCuts_; in applyToModel()
H A DCbcPartialNodeInfo.cpp179 for (i = 0; i < numberCuts_; i++) { in applyToModel()
186 currentNumberCuts += numberCuts_; in applyToModel()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglLandP/
H A DCglLandPUtils.hpp61 Cuts(): numberCuts_(0), cuts_(0) in Cuts()
83 return numberCuts_; in numberCuts()
92 int numberCuts_; member
H A DCglLandPUtils.cpp91 if (cuts_[i] == NULL) numberCuts_++; in insert()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglPreProcess/
H A DCglPreProcess.hpp567 return numberCuts_; in numberCuts()
571 return numberCuts_; in sizeRowCuts()
594 int numberCuts_; member in CglUniqueRowCuts
H A DCglPreProcess.cpp7825 numberCuts_ = 0; in CglUniqueRowCuts()
7851 numberCuts_ = rhs.numberCuts_; in CglUniqueRowCuts()
7881 numberCuts_ = rhs.numberCuts_; in operator =()
7940 numberCuts_--; in eraseRowCut()
7941 if (numberCuts_) { in eraseRowCut()
7945 if (j1 != numberCuts_) { in eraseRowCut()
7952 rowCut_[numberCuts_] = NULL; in eraseRowCut()
7957 assert(!rowCut_[numberCuts_]); in eraseRowCut()
7963 if (numberCuts_ == size_) { in insertIfNotDuplicate()
8017 if (numberCuts_ < size_) { in insertIfNotDuplicate()
[all …]
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglProbing/
H A DCglProbing.cpp105 numberCuts_=0; in row_cut()
129 numberCuts_=0; in row_cut()
142 { return numberCuts_;} in numberCuts()
144 { return maxSize_==numberCuts_;} in outOfSpace()
152 int numberCuts_; member in row_cut
157 if (numberCuts_==size_&&numberCuts_<maxSize_) { in addCutIfNotDuplicate()
218 if (numberCuts_<size_) { in addCutIfNotDuplicate()
264 hash_[ipos].index=numberCuts_; in addCutIfNotDuplicate()
293 if (numberCuts_<nRows_) { in addCuts()
295 for (i=0;i<numberCuts_;i++) { in addCuts()
[all …]