Initializing help system before first use

XPRS_bo_addcuts

XPRS_bo_addcuts


Purpose
Adds stored user cuts as new constraints to a branch of a user branching object.
Synopsis
int XPRS_CC XPRS_bo_addcuts(XPRSbranchobject obranch, int ibranch, int ncuts, const XPRScut mcutind[]);
Arguments
obranch 
The user branching object to modify.
ibranch 
The number of the branch to add the cuts for. This branch must already have been created using XPRS_bo_addbranches. Branches are indexed starting from zero.
ncuts 
Number of cuts to add.
mcutind 
Array of length ncuts containing the pointers to user cuts that should be added to the branch.
Related topics