XPRSloadcuts
XPRSloadcuts |
Purpose
Loads cuts from the
cut pool into the matrix. Without calling
XPRSloadcuts the cuts will remain in the cut pool but will not be active at the
node. Cuts loaded at a node remain active at all descendant nodes unless they are deleted using
XPRSdelcuts.
Synopsis
int XPRS_CC XPRSloadcuts(XPRSprob prob, int itype, int interp, int ncuts, const XPRScut mcutind[]);
Arguments
prob
|
The current problem.
|
||||||||
itype
|
Cut type.
|
||||||||
interp
|
The way in which the cut type is interpreted:
|
||||||||
ncuts
|
Number of cuts to load.
|
||||||||
mcutind
|
Array of length
ncuts containing pointers to the cuts to be loaded into the matrix. These are pointers returned by either
XPRSstorecuts or
XPRSgetcpcutlist.
|
Further information
This function should be called only from within callback functions set by either
XPRSaddcboptnode or
XPRSaddcbcutmgr.
Related topics