Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_expr.h156 SCIP_RETCODE SCIPevalExprtreeLocalBounds(
H A Dscip_expr.c234 SCIP_RETCODE SCIPevalExprtreeLocalBounds( in SCIPevalExprtreeLocalBounds() function
H A Dcons_bivariate.c5018 SCIP_CALL( SCIPevalExprtreeLocalBounds(scip, consdata->f, SCIPinfinity(scip), &nonlinact) ); in enforceViolatedFixedNonlinear()
H A Dcons_nonlinear.c6082 …SCIP_CALL( SCIPevalExprtreeLocalBounds(scip, consdata->exprtrees[i], INTERVALINFTY, &nonlinactivit… in replaceViolatedByLinearConstraints()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG4390 …- renamed SCIPexprtreeEvalIntLocalBounds() to SCIPevalExprtreeLocalBounds() and now located in sci…