Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c4953 SCIP_Bool mindeltainf; in rowScale() local
4969 mindeltainf = FALSE; in rowScale()
5009 mindeltainf = mindeltainf || SCIPsetIsInfinity(set, ub); in rowScale()
5016 mindeltainf = mindeltainf || SCIPsetIsInfinity(set, -lb); in rowScale()
5056 if( mindeltainf ) in rowScale()