Searched refs:getMaximumSeconds (Results 1 – 10 of 10) sorted by relevance
707 inline double getMaximumSeconds() const in getMaximumSeconds() function in OsiCbcSolverInterface709 return modelPtr_->getMaximumSeconds(); in getMaximumSeconds()
57 double getMaximumSeconds()
245 return self.CppSelf.getMaximumSeconds()
6469 …__pyx_t_1 = PyFloat_FromDouble(__pyx_v_self->CppSelf->getMaximumSeconds()); if (unlikely(!__pyx_t_… in __pyx_pf_4cylp_2cy_10CyCbcModel_10CyCbcModel_14maximumSeconds___get__()
567 double timeLeft = babModel.getMaximumSeconds(); in doBaCParam()
667 inline double getMaximumSeconds() const in getMaximumSeconds() function in CbcModel
1858 return model->model_->getMaximumSeconds(); in Cbc_getMaximumSeconds()
2973 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()
2304 if (!action || model_->getCurrentSeconds() > model_->getMaximumSeconds()) { in solutionInternal()
16002 dValue1 = this->getMaximumSeconds();16003 dValue2 = other->getMaximumSeconds();18214 double maxSeconds = getMaximumSeconds();18219 maxSeconds = parentModel_->getMaximumSeconds();