Skip to content

Commit 64b21b6

Browse files
author
Mathieu Besançon
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 93ed9f9 commit 64b21b6

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
@@ -881,7 +881,7 @@ SCIP_Real strongBranchingTreeSize(
881881
return pow(2.0, estimatedepth + 1.0) - 1.0;
882882
}
883883

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

0 commit comments

Comments
 (0)