Home
last modified time | relevance | path

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

/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyCbcModel.pxd44 int whatDepthInSub)
92 whatDepthInSub=*) argument
H A DCyCbcModel.pyx122 whatDepthInSub=-1): argument
131 whatDepthInSub)
136 whatDepthInSub=-1): argument
143 whatDepthInSub)
H A DCyCbcModel.cpp1232 PyObject *whatDepthInSub; member
3882 __pyx_v_whatDepthInSub = __pyx_optional_args->whatDepthInSub; in __pyx_f_4cylp_2cy_10CyCbcModel_10CyCbcModel_addCutGenerator()
4346 __pyx_t_2.whatDepthInSub = __pyx_v_whatDepthInSub; in __pyx_pf_4cylp_2cy_10CyCbcModel_10CyCbcModel_6addCutGenerator()
H A DCyOsiSolverInterface.cpp1195 PyObject *whatDepthInSub; member
H A DCyCglCutGeneratorBase.cpp1204 PyObject *whatDepthInSub; member
H A DCyTest.cpp1211 PyObject *whatDepthInSub; member
H A DCyClpPrimalColumnPivotBase.cpp1195 PyObject *whatDepthInSub; member
H A DCyCutGeneratorPythonBase.cpp1205 PyObject *whatDepthInSub;
H A DCyPivotPythonBase.cpp1196 PyObject *whatDepthInSub; member
H A DCyClpDualRowPivotBase.cpp1231 PyObject *whatDepthInSub; member
H A DCyWolfePivot.cpp1196 PyObject *whatDepthInSub; member
H A DCyDualPivotPythonBase.cpp1232 PyObject *whatDepthInSub; member
H A DCyPEPivot.cpp1196 PyObject *whatDepthInSub; member
H A DCyDantzigPivot.cpp1196 PyObject *whatDepthInSub; member
H A DCyClpSimplex.cpp1254 PyObject *whatDepthInSub;
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcCutGenerator.hpp84 int whatDepth = -1, int whatDepthInSub = -1, int switchOffIfLessThan = 0);
169 inline int whatDepthInSub() const in whatDepthInSub() function in CbcCutGenerator
H A DCbcCutGenerator.cpp66 int whatDepth, int whatDepthInSub, in CbcCutGenerator() argument
70 , depthCutGeneratorInSub_(whatDepthInSub) 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);
15872 int whatDepthInSub = generator_[i]->whatDepthInSub(); local
15885 howOftenInSub, whatDepth, whatDepthInSub);
18726 -100, generator->whatDepthInSub(), -1);
18870 -100, generator->whatDepthInSub(), -1);