Home
last modified time | relevance | path

Searched defs:agelim (Results 1 – 2 of 2) sorted by relevance

/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsCutPool.h71 HighsCutPool(int ncols, int agelim) in HighsCutPool()
90 void setAgeLimit(int agelim) { agelim_ = agelim; } in setAgeLimit()
H A DHighsCutPool.cpp85 int agelim; in ageLPRows() local
168 int agelim = std::min(nrounds_, agelim_); in separate() local