Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dexpr.c12502 SCIP_Real* exprlincoef; in exprgraphFindParentByOperator() local
12509 exprlincoef = exprdata->lincoefs; in exprgraphFindParentByOperator()
12519 if( exprlincoef != NULL ) in exprgraphFindParentByOperator()
12521 …SCIPsortPtrPtrRealInt((void**)children, (void**)exprchildren, exprlincoef, invperm, exprgraphnodec… in exprgraphFindParentByOperator()
12523 … SCIPsortPtrRealInt((void**)children, exprlincoef, invperm, exprgraphnodecomp, nchildren); in exprgraphFindParentByOperator()
12594 …if( (exprlincoef == NULL ? 0.0 : exprlincoef[i]) != (candlincoef == NULL ? 0.0 : candlincoef[i]) )… in exprgraphFindParentByOperator()