You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+5
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ Features
32
32
the problem is now solved in a Benders' decomposition relaxator; instead of decomposing the original SCIP instance, the relaxator builds the decomposed problem in
33
33
sub-SCIPs and solves it via default Benders' Decomposition; a solution to the original (undecomposed) problem is now made available by the relaxator;
34
34
the SCIP shell dialog "display statistics" now also prints the statistics from solving the Benders' decomposition in the relaxator
35
+
- added a dynamic max-lookahead criterion for strong branching. Fits a probability distribution to the observed candidate gains and
36
+
stop evaluating further candidates once the expected tree-size reduction no longer justifies the LP evaluation cost.
35
37
36
38
Performance improvements
37
39
------------------------
@@ -193,6 +195,9 @@ Interface changes
193
195
solving after the completion of the Benders' decomposition algorithm if the problem is not solved to optimality. The
194
196
"nodelimit" parameter allows the user to provide a node limit for the Benders' decomposition master problem (by
195
197
default the limits from the original SCIP instance are copied to the master problem).
198
+
- new parameters "branching/relpscost/dynamiclookahead", "branching/relpscost/dynamiclookaheadquot", "branching/relpscost/dynamiclookdistribution",
199
+
and "branching/relpscost/minsamplesize" to configure the dynamic max-lookahead criterion for strong branching: enable flag, fraction threshold,
0 commit comments