XPRSsetbranchcuts
XPRSsetbranchcuts |
Purpose
Specifies the pointers to cuts in the cut pool that are to be applied in order to branch on a user
global entity. This routine can only be called from the user separate callback function,
XPRSaddcbsepnode.
Synopsis
int XPRS_CC XPRSsetbranchcuts(XPRSprob prob, int ncuts, const XPRScut mindex[]);
Arguments
prob
|
The current problem.
|
ncuts
|
Number of cuts to apply.
|
mindex
|
Array containing the pointers to the cuts in the cut pool that are to be applied. Typically obtained from
XPRSstorecuts.
|
Related topics
XPRSgetcpcutlist,
XPRSaddcbestimate,
XPRSaddcbsepnode,
XPRSstorecuts, Section
Working with the Cut Manager.