Searched refs:bestupgain (Results 1 – 1 of 1) sorted by relevance
3691 SCIP_Real bestupgain; in calculateScaledCutoffScore() local3703 bestupgain = upbranchingresult->bestgain; in calculateScaledCutoffScore()3709 …return bestdowngain + bestupgain + (totaldowngains/ntotaldowngains + totalupgains/ntotalupgains)*n… in calculateScaledCutoffScore()3724 SCIP_Real bestupgain; in calculateWeightedCutoffScore() local3736 bestupgain = upbranchingresult->bestgain; in calculateWeightedCutoffScore()3742 …eturn config->minweight*MIN(bestdowngain, bestupgain) + (1.0 - config->minweight)*MAX(bestdowngain… in calculateWeightedCutoffScore()