Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_quadratic.c7536 SCIP_Real absimpr = REALABS(val - (*bestval)); in updateBilinearRelaxation() local
7539 …if( relimpr > 0.05 && absimpr > 1e-3 && ((overestimate && SCIPisRelLT(scip, val, *bestval)) || (!o… in updateBilinearRelaxation()
7560 SCIP_Real absimpr = REALABS(val - (*bestval)); in updateBilinearRelaxation() local
7563 …if( relimpr > 0.05 && absimpr > 1e-3 && ((overestimate && SCIPisRelLT(scip, val, *bestval)) || (!o… in updateBilinearRelaxation()