Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_linear.c2376 …int poshuge, /**< number of coefficients contributing huge pos. value… in getMinActivity() argument
2392 assert(poshuge >= 0); in getMinActivity()
2420 else if( !goodrelax && poshuge > 0 ) in getMinActivity()
2452 if( poshuge > 0 ) in getMinActivity()
2454 *minactivity = 1.0 * poshuge * SCIPgetHugeValue(scip) + (tmpactivity - delta); in getMinActivity()
2477 …int poshuge, /**< number of coefficients contributing huge pos. value… in getMaxActivity() argument
2493 assert(poshuge >= 0); in getMaxActivity()
2514 else if( poshuge > 0 ) in getMaxActivity()