Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_nonlinear.c163 …SCIP_Real lincoefsmax; /**< minimal absolute value of coefficients in linear pa… member
7565 consdata->lincoefsmax = 0.0; in SCIP_DECL_CONSINITSOL()
7569 …consdata->lincoefsmax = MAX(consdata->lincoefsmax, REALABS(consdata->lincoefs[i])); /*lint !e666*/ in SCIP_DECL_CONSINITSOL()
H A Dcons_quadratic.c214 …SCIP_Real lincoefsmax; /**< maximal absolute value of coefficients in linear pa… member
12302 consdata->lincoefsmax = 0.0; in SCIP_DECL_CONSINITSOL()
12306 …consdata->lincoefsmax = MAX(consdata->lincoefsmax, REALABS(consdata->lincoefs[i])); /*lint !e666 … in SCIP_DECL_CONSINITSOL()