Skip to content

Commit 65f9184

Browse files
committed
Merge branch 'strongbranching_dynamiclookahead_lognormal' of git.zib.de:integer/scip into strongbranching_dynamiclookahead_lognormal
2 parents f97e0a9 + 64b21b6 commit 65f9184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scip/branch_relpscost.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ SCIP_Real strongBranchingTreeSize(
882882
return pow(2.0, estimatedepth + 1.0) - 1.0;
883883
}
884884

885-
/* Calculate the cumulative distribution function (CDF) value for an exponential distribution. */
885+
/* Calculate the cumulative distribution function (CDF) value for a mixture of a Dirac at zero and a continuous distribution (depending on distributioncdf) */
886886
static
887887
SCIP_Real cdfProbability(
888888
SCIP_Real rate, /** rate of the distribution */

0 commit comments

Comments
 (0)