Purpose
Adds new, empty branches to a user defined branching object.
Synopsis
int XPRS_CC XPRS_bo_addbranches(XPRSbranchobject obranch, int nbranches);
Arguments
obranch
|
The user branching object to modify.
|
nbranches
|
Number of new branches to create.
|
Example
See
XPRS_bo_create for an example using
XPRS_bo_addbranches.
Related topics