Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_vbounds.c1628 SCIP_RETCODE tightenVarLb( in tightenVarLb() function
1965 … SCIP_CALL( tightenVarLb(scip, prop, propdata, implvars[n], implbounds[n], global, startvar, in propagateVbounds()
2026 … SCIP_CALL( tightenVarLb(scip, prop, propdata, cliquevars[n], 1.0, global, startvar, starttype, in propagateVbounds()
2061 …SCIP_CALL( tightenVarLb(scip, prop, propdata, boundedvar, newbound, global, startvar, starttype, f… in propagateVbounds()
H A Dcons_linear.c5399 SCIP_RETCODE tightenVarLb( in tightenVarLb() function
5621 … SCIP_CALL( tightenVarLb(scip, cons, pos, PROPRULE_1_LHS, newlb, lb, cutoff, nchgbds, force) ); in tightenVarBoundsEasy()
5672 … SCIP_CALL( tightenVarLb(scip, cons, pos, PROPRULE_1_RHS, newlb, lb, cutoff, nchgbds, force) ); in tightenVarBoundsEasy()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pyx1488 def tightenVarLb(self, Variable var, lb, force=False):