Home
last modified time | relevance | path

Searched refs:newrlo (Results 1 – 7 of 7) sorted by relevance

/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinPresolveTighten.cpp375 double newrlo = rlo[irow]; in postsolve() local
379 if (activity + correction * coeff < newrlo) { in postsolve()
386 double new_correction = (newrlo - activity) / coeff; in postsolve()
394 (newrlo-activity)/coeff,new_correction,iflag); in postsolve()
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveTighten.cpp405 double newrlo = rlo[irow]; in postsolve() local
409 if (activity + correction * coeff < newrlo) { in postsolve()
416 double new_correction = (newrlo - activity) / coeff; in postsolve()
424 (newrlo - activity) / coeff, new_correction, iflag); in postsolve()
H A DCoinPresolveSubst.cpp98 const double newrlo = rlo[irowx] + rhscorr; in add_row() local
103 << newrlo << "." << std::endl; in add_row()
105 rlo[irowx] = newrlo; in add_row()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveTighten.cpp405 double newrlo = rlo[irow]; in postsolve() local
409 if (activity + correction * coeff < newrlo) { in postsolve()
416 double new_correction = (newrlo - activity) / coeff; in postsolve()
424 (newrlo - activity) / coeff, new_correction, iflag); in postsolve()
H A DCoinPresolveSubst.cpp98 const double newrlo = rlo[irowx] + rhscorr; in add_row() local
103 << newrlo << "." << std::endl; in add_row()
105 rlo[irowx] = newrlo; in add_row()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveTighten.cpp405 double newrlo = rlo[irow]; in postsolve() local
409 if (activity + correction * coeff < newrlo) { in postsolve()
416 double new_correction = (newrlo - activity) / coeff; in postsolve()
424 (newrlo - activity) / coeff, new_correction, iflag); in postsolve()
H A DCoinPresolveSubst.cpp98 const double newrlo = rlo[irowx] + rhscorr; in add_row() local
103 << newrlo << "." << std::endl; in add_row()
105 rlo[irowx] = newrlo; in add_row()