Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c1243 SCIP_Real refsolval, /**< solution value in reference solution */ in getVariableRedcostScore() argument
1265 … || (SCIPisDualfeasNegative(scip, redcost) && ! SCIPisFeasPositive(scip, refsolval - bestbound)) in getVariableRedcostScore()
1266 … || (SCIPisDualfeasPositive(scip, redcost) && ! SCIPisFeasNegative(scip, refsolval - bestbound))); in getVariableRedcostScore()
1282 score = redcost * (refsolval - bestbound); in getVariableRedcostScore()
1296 SCIP_Real refsolval /**< solution value in reference solution */ in getVariablePscostScore() argument
1311 if( SCIPisEQ(scip, rootsolval, refsolval) ) in getVariablePscostScore()
1314 return SCIPgetVarPseudocostVal(scip, var, refsolval - rootsolval); in getVariablePscostScore()