Home
last modified time | relevance | path

Searched refs:getMaximumSeconds (Results 1 – 10 of 10) sorted by relevance

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/OsiCbc/
H A DOsiCbcSolverInterface.hpp707 inline double getMaximumSeconds() const in getMaximumSeconds() function in OsiCbcSolverInterface
709 return modelPtr_->getMaximumSeconds(); in getMaximumSeconds()
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyCbcModel.pxd57 double getMaximumSeconds()
H A DCyCbcModel.pyx245 return self.CppSelf.getMaximumSeconds()
H A DCyCbcModel.cpp6469 …__pyx_t_1 = PyFloat_FromDouble(__pyx_v_self->CppSelf->getMaximumSeconds()); if (unlikely(!__pyx_t_… in __pyx_pf_4cylp_2cy_10CyCbcModel_10CyCbcModel_14maximumSeconds___get__()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcGenBaB.cpp567 double timeLeft = babModel.getMaximumSeconds(); in doBaCParam()
H A DCbcModel.hpp667 inline double getMaximumSeconds() const in getMaximumSeconds() function in CbcModel
H A DCbc_C_Interface.cpp1858 return model->model_->getMaximumSeconds(); in Cbc_getMaximumSeconds()
H A DCbcSolver.cpp2973 model2->setMaximumSeconds(model_.getMaximumSeconds()); in CbcMain1()
4004 double timeLeft = babModel_->getMaximumSeconds(); in CbcMain1()
4384 …process.setTimeLimit(babModel_->getMaximumSeconds() - babModel_->getCurrentSeconds(), babModel_->u… in CbcMain1()
9515 double timeToGo = model_.getMaximumSeconds(); in CbcMain1()
9537 double timeToGo = model_.getMaximumSeconds(); in CbcMain1()
H A DCbcHeuristicFPump.cpp2304 if (!action || model_->getCurrentSeconds() > model_->getMaximumSeconds()) { in solutionInternal()
H A DCbcModel.cpp16002 dValue1 = this->getMaximumSeconds();
16003 dValue2 = other->getMaximumSeconds();
18214 double maxSeconds = getMaximumSeconds();
18219 maxSeconds = parentModel_->getMaximumSeconds();