Home
last modified time | relevance | path

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

/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyCbcModel.pxd43 int whatDepth,
91 infeasible=*, howOftenInSub=*, whatDepth=*, argument
H A DCyCbcModel.pyx121 infeasible=False, howOftenInSub=-100, whatDepth=-1, argument
130 infeasible, howOftenInSub, whatDepth,
135 infeasible=False, howOftenInSub=-100, whatDepth=-1, argument
142 infeasible, howOftenInSub, whatDepth,
H A DCyCbcModel.cpp1231 PyObject *whatDepth; member
3880 __pyx_v_whatDepth = __pyx_optional_args->whatDepth; in __pyx_f_4cylp_2cy_10CyCbcModel_10CyCbcModel_addCutGenerator()
4345 __pyx_t_2.whatDepth = __pyx_v_whatDepth; in __pyx_pf_4cylp_2cy_10CyCbcModel_10CyCbcModel_6addCutGenerator()
H A DCyOsiSolverInterface.cpp1194 PyObject *whatDepth; member
H A DCyCglCutGeneratorBase.cpp1203 PyObject *whatDepth; member
H A DCyTest.cpp1210 PyObject *whatDepth; member
H A DCyClpPrimalColumnPivotBase.cpp1194 PyObject *whatDepth; member
H A DCyCutGeneratorPythonBase.cpp1204 PyObject *whatDepth;
H A DCyPivotPythonBase.cpp1195 PyObject *whatDepth; member
H A DCyClpDualRowPivotBase.cpp1230 PyObject *whatDepth; member
H A DCyWolfePivot.cpp1195 PyObject *whatDepth; member
H A DCyDualPivotPythonBase.cpp1231 PyObject *whatDepth; member
H A DCyPEPivot.cpp1195 PyObject *whatDepth; member
H A DCyDantzigPivot.cpp1195 PyObject *whatDepth; member
H A DCyClpSimplex.cpp1253 PyObject *whatDepth;
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcCutGenerator.hpp84 int whatDepth = -1, int whatDepthInSub = -1, int switchOffIfLessThan = 0);
164 inline int whatDepth() const in whatDepth() function in CbcCutGenerator
H A DCbcCutGenerator.cpp66 int whatDepth, int whatDepthInSub, in CbcCutGenerator() argument
69 , depthCutGenerator_(whatDepth) in CbcCutGenerator()
H A DCbcModel.hpp1793 int whatDepth = -1, int whatDepthInSub = -1);
H A DCbcModel.cpp7153 int whatDepth, int whatDepthInSub) argument
7163 whatDepth, whatDepthInSub);
7171 whatDepth, whatDepthInSub);
9508 if (generator_[i]->whatDepth() < 0 || howOften != -1) {
9538 …Objective - startObjective < 0.1 * fabs(startObjective) + 1.0e-5 && generator_[i]->whatDepth() < 0)
9829 if (generator_[i]->howOften() == 1 && generator_[i]->whatDepth() < 0) {
15871 int whatDepth = generator_[i]->whatDepth(); local
15885 howOftenInSub, whatDepth, whatDepthInSub);