Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c18133 SCIP_Real abscollb; in computeRelIntPoint() local
18165 abscollb = REALABS(col->lb); in computeRelIntPoint()
18169 if ( ! SCIPsetIsInfinity(set, abscollb) ) in computeRelIntPoint()
18187 matvals[matidx] = -MAX(1.0, abscollb); in computeRelIntPoint()