Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcuts.c2894 SCIP_Real* vubconsts; in determineBestBounds() local
2902 vubconsts = SCIPvarGetVubConstants(var); in determineBestBounds()
2907 assert(vubconsts != NULL); in determineBestBounds()
3189 SCIP_Real* vubconsts; in cutsTransformMIR() local
3195 vubconsts = SCIPvarGetVubConstants(var); in cutsTransformMIR()
3198 assert(vubconsts != NULL); in cutsTransformMIR()
5176 SCIP_Real* vubconsts; in getClosestVub() local
5181 vubconsts = SCIPvarGetVubConstants(var); in getClosestVub()
5192 if( bestslb < vubconsts[i] ) in getClosestVub()
5811 SCIP_Real* vubconsts = SCIPvarGetVubConstants(var); in constructSNFRelaxation() local
[all …]
H A Dvar.c13988 SCIP_Real* vubconsts; in SCIPvarGetClosestVub() local
13993 vubconsts = SCIPvarGetVubConstants(var); in SCIPvarGetClosestVub()
14002 *closestvub = vubcoefs[i] * SCIPvarGetLPSol(vubvars[i]) + vubconsts[i]; in SCIPvarGetClosestVub()
14013 … == NULL ? SCIPvarGetLPSol(vubvars[i]) : SCIPsolGetVal(sol, set, stat, vubvars[i])) + vubconsts[i]; in SCIPvarGetClosestVub()