Home
last modified time | relevance | path

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

/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Algorithms/OaGenerators/
H A DBonOaNlpOptim.hpp25 bool globalCuts = true);
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcTreeLocal.cpp630 CbcRowCuts *global = model_->globalCuts(); in empty()
799 CbcRowCuts *global = model_->globalCuts(); in reverseCut()
844 CbcRowCuts *global = model_->globalCuts(); in deleteCut()
1491 CbcRowCuts *global = model_->globalCuts(); in empty()
1651 CbcRowCuts *global = model_->globalCuts(); in reverseCut()
1696 CbcRowCuts *global = model_->globalCuts(); in deleteCut()
H A DCbcCutGenerator.hpp462 inline bool globalCuts() const in globalCuts() function in CbcCutGenerator
H A DCbcThread.cpp1448 CbcRowCuts *baseGlobal = baseModel->globalCuts(); in moveToModel()
1449 CbcRowCuts *thisGlobal = globalCuts(); in moveToModel()
1514 CbcRowCuts *baseGlobal = baseModel->globalCuts(); in moveToModel()
1515 CbcRowCuts *thisGlobal = globalCuts(); in moveToModel()
H A DCbcModel.hpp2543 inline CbcRowCuts *globalCuts() in globalCuts() function in CbcModel
H A DCbcCutGenerator.cpp318 if (globalCuts()) in generateCuts()
H A DCbcSolver.cpp12643 CbcRowCuts *globalCuts = model.globalCuts(); in nautiedConstraints() local
12659 globalCuts->addCutIfNotDuplicate(rc); in nautiedConstraints()
H A DCbcModel.cpp9960 if (!numberNodes_ || generator_[i]->globalCuts())
9985 if (!numberNodes_ || generator_[i]->globalCuts())
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglGomory/
H A DCglGomory.cpp609 bool globalCuts = (infoOptions&16)!=0; local
610 double testFixed = (!globalCuts) ? 1.0e-8 : -1.0;
1489 if (colUpper[iColumn]!=colLower[iColumn]||globalCuts) {