Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c3691 SCIP_Real bestupgain; in calculateScaledCutoffScore() local
3703 bestupgain = upbranchingresult->bestgain; in calculateScaledCutoffScore()
3709 …return bestdowngain + bestupgain + (totaldowngains/ntotaldowngains + totalupgains/ntotalupgains)*n… in calculateScaledCutoffScore()
3724 SCIP_Real bestupgain; in calculateWeightedCutoffScore() local
3736 bestupgain = upbranchingresult->bestgain; in calculateWeightedCutoffScore()
3742 …eturn config->minweight*MIN(bestdowngain, bestupgain) + (1.0 - config->minweight)*MAX(bestdowngain… in calculateWeightedCutoffScore()