Home
last modified time | relevance | path

Searched refs:looseobjval (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_lp.h262 …SCIP_Real looseobjval; /**< current solution value of all loose variables set t… member
H A Dlp.c783 lp->looseobjval = 0.0; in recomputeLooseObjectiveValue()
801 lp->rellooseobjval = lp->looseobjval; in recomputeLooseObjectiveValue()
908 return lp->looseobjval; in getFiniteLooseObjval()
4407 SCIP_Real looseobjval; in SCIPcolGetStrongbranch() local
4625 SCIP_Real looseobjval; in SCIPcolGetStrongbranches() local
9102 (*lp)->looseobjval = 0.0; in SCIPlpCreate()
13086 return lp->lpobjval + lp->looseobjval; in SCIPlpGetObjval()
13631 lp->looseobjval += deltaval; in lpUpdateObjval()
14085 SCIPintervalSet(&loose, lp->looseobjval); in lpUpdateVarColumnProved()
14120 lp->looseobjval = 0.0; in lpUpdateVarColumnProved()
[all …]
H A Dscip_var.c3223 SCIP_Real looseobjval; in performStrongbranchWithPropagation() local
3237 looseobjval = SCIPlpGetLooseObjval(scip->lp, scip->set, scip->transprob); in performStrongbranchWithPropagation()
3245 else if( SCIPisInfinity(scip, -looseobjval) ) in performStrongbranchWithPropagation()
3248 *value = objval + looseobjval; in performStrongbranchWithPropagation()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG4842 - fixed bug w.r.t. looseobjval; the counting of number of loose variables in the LP data structure …