Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h1496 SCIP_Real SCIPlpGetObjNorm(
1597 #define SCIPlpGetObjNorm(lp) (SQRT((lp)->objsqrnorm)) macro
H A Dscip_prob.c1649 return SCIPlpGetObjNorm(scip->lp); in SCIPgetObjNorm()
H A Dlp.c16801 #undef SCIPlpGetObjNorm
17544 SCIP_Real SCIPlpGetObjNorm( in SCIPlpGetObjNorm() function