Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dtype_expr.h214 #define SCIP_EXPRBOUNDSTATUS_TIGHTENEDBYPARENT 0x4 /**< bounds have been tightened by reverse propa… macro
215 #define SCIP_EXPRBOUNDSTATUS_TIGHTENEDBYPARENTRECENT (0x8 | SCIP_EXPRBOUNDSTATUS_TIGHTENEDBYPARENT)…
H A Dexpr.c10065 if( node->boundstatus & SCIP_EXPRBOUNDSTATUS_TIGHTENEDBYPARENT ) in exprgraphPrintNodeDot()
10211 …P_EXPRBOUNDSTATUS_CHILDRELAXED) || ((node->boundstatus & SCIP_EXPRBOUNDSTATUS_TIGHTENEDBYPARENT) &… in exprgraphNodeUpdateBounds()
10274 node->boundstatus = SCIP_EXPRBOUNDSTATUS_TIGHTENEDBYPARENT; in exprgraphNodePropagateBounds()
14777 node->boundstatus |= SCIP_EXPRBOUNDSTATUS_TIGHTENEDBYPARENT; in SCIPexprgraphTightenNodeBounds()
14809 assert(!clearreverseprop || !(node->boundstatus & SCIP_EXPRBOUNDSTATUS_TIGHTENEDBYPARENT)); in SCIPexprgraphUpdateNodeBoundsCurvature()
14859 …P_EXPRBOUNDSTATUS_CHILDRELAXED) || ((node->boundstatus & SCIP_EXPRBOUNDSTATUS_TIGHTENEDBYPARENT) &… in SCIPexprgraphUpdateNodeBoundsCurvature()