Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dpub_expr.h84 SCIP_INTERVAL* factorbounds /**< bounds of each factor */
H A Dexpr.c367 SCIP_INTERVAL* factorbounds /**< bounds of each factor */ in SCIPexprcurvMonomial() argument
384 assert(factorbounds != NULL || nfactors == 0); in SCIPexprcurvMonomial()
396 return SCIPexprcurvPower(factorbounds[f], factorcurv[f], e); /*lint !e613*/ in SCIPexprcurvMonomial()
412 if( factorbounds[f].inf < 0.0 && factorbounds[f].sup > 0.0 ) /*lint !e613*/ in SCIPexprcurvMonomial()
422 if( factorbounds[f].inf < 0.0 ) /*lint !e613*/ in SCIPexprcurvMonomial()