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: doc/resources/devs/howtoadd/own-branching-rule.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -220,4 +220,7 @@ The BRANCHDATADELETE callback is called when a branch-and-bound node is freed an
220
220
The BRANCHNEWCOL callback is called whenever a new column is added to the master problem. It can be used to update any branching constraints that were added to the master problem, e.g. to determine and add the coefficient of the new master variable to the corresponding branching constraint.
221
221
222
222
### BRANCHGETEXTENDEDMASTERCONS
223
-
If the branching rule branches in the master problem, generating a constraint that can be enforced only if the pricing problem is modified, then the BRANCHGETEXTENDEDMASTERCONS callback will be used by GCG to retrieve the master branching constraint as well as the corresponding modifications to be applied in the pricing problems.
223
+
If the branching rule branches in the master problem, generating a constraint that can be enforced only if the pricing problem is modified, then the BRANCHGETEXTENDEDMASTERCONS callback will be used by GCG to retrieve the master branching constraint as well as the corresponding modifications to be applied in the pricing problems.
224
+
225
+
### GCG_DECL_BRANCHGETEXTENDEDMASTERCONSCOEFF
226
+
If the branching rule branches in the master problem, generating an extended master constraint, the callback will be used to determine the coefficient of a column solution in the extended master constraint.
0 commit comments