Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dintervalarithext.h139 SCIPintervalSub(SCIPInterval::infinity, this, *this, y);
204 SCIPintervalSub(SCIPInterval::infinity, &resultant, x, y);
H A Dexpr.c1585 SCIPintervalSub(infinity, result, argvals[0], argvals[1]); in SCIP_DECL_EXPRINTEVAL()
10296 SCIPintervalSub(infinity, &childbounds, node->bounds, node->children[1]->bounds); in exprgraphNodePropagateBounds()
10302 SCIPintervalSub(infinity, &childbounds, node->bounds, node->children[0]->bounds); in exprgraphNodePropagateBounds()
10319 SCIPintervalSub(infinity, &childbounds, node->children[0]->bounds, node->bounds); in exprgraphNodePropagateBounds()
11047 SCIPintervalSub(infinity, &c, c, tmp); in exprgraphNodePropagateBounds()
11070 SCIPintervalSub(infinity, &c, c, tmp); in exprgraphNodePropagateBounds()
11076 SCIPintervalSub(infinity, &c, c, tmp); in exprgraphNodePropagateBounds()
11254 SCIPintervalSub(infinity, &c, c, monomialcoef); in exprgraphNodePropagateBounds()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dintervalarith.h269 void SCIPintervalSub(
H A Dintervalarith.c732 void SCIPintervalSub( in SCIPintervalSub() function
3587 SCIPintervalSub(infinity, &rhs, rhs, ytermrng); in SCIPintervalSolveBivariateQuadExpressionAllScalar()
3644 SCIPintervalSub(infinity, &rhs, rhs, ytermbounds); in SCIPintervalSolveBivariateQuadExpressionAllScalar()
4245 SCIPintervalSub(infinity, &myrhs, rhs, tmp); in SCIPintervalSolveBivariateQuadExpressionAllScalar()
H A Dlp.c13350 SCIPintervalSub(SCIPsetInfinity(set), &psval, psval, prod); in SCIPlpGetModifiedProvedPseudoObjval()
13720SCIPintervalSub(SCIPsetInfinity(set), &deltaval, deltaval, prod); /* deltaval -= oldlb * oldobj; … in lpUpdateVarProved()
13732SCIPintervalSub(SCIPsetInfinity(set), &deltaval, deltaval, prod); /* deltaval -= oldub * oldobj; … in lpUpdateVarProved()
14098SCIPintervalSub(SCIPsetInfinity(set), &loose, loose, prod); /* lp->looseobjval -= lb * obj; */ in lpUpdateVarColumnProved()
14111SCIPintervalSub(SCIPsetInfinity(set), &loose, loose, prod); /* lp->looseobjval -= ub * obj; */ in lpUpdateVarColumnProved()
16332 SCIPintervalSub(SCIPsetInfinity(set), &diff, diff, prod); in provedBound()
H A Dcons_bivariate.c5269 SCIPintervalSub(INTERVALINFTY, &tmp, consbounds, ftermactivity); in propagateBoundsCons()
5287 SCIPintervalSub(INTERVALINFTY, &tmp, consbounds, ztermactivity); in propagateBoundsCons()
H A Dcons_quadratic.c10680 SCIPintervalSub(intervalinfty, &myrhs, rhs, tmp); in propagateBoundsBilinearTerm()
11015 SCIPintervalSub(intervalinfty, &rhs, consbounds, consdata->quadactivitybounds); in propagateBoundsCons()
11199 SCIPintervalSub(intervalinfty, &rhs, consbounds, tmp); in propagateBoundsCons()
H A Dcons_soc.c2659 SCIPintervalSub(SCIPinfinity(scip), &b, b, lhsrange_squared); /*lint !e644 */ in propagateBounds()
H A Dcons_nonlinear.c6450 SCIPintervalSub(INTERVALINFTY, &rhs, consbounds, nonlinactivity); in propagateBoundsCons()