getcnlist


Purpose
Get the set of cuts active at the current node.
Synopsis
procedure getcnlist(cuttype:integer,interpret:integer, cuts:set of integer)
Arguments
cuttype 
Integer number for identification of the cut(s), -1 to return all active cuts
interpret 
The way in which the cut type is interpreted:
-1 
Get all cuts
Treat cut types as numbers
Treat cut types as bitmaps (get cut if any bit matches any bit set in cuttype)
Treat cut types as bitmaps (get cut if all bits match those set in cuttype)
cuts 
Set of cut indices
Further information
This procedure gets the set of active cut indices at the current node in the Optimizer. The set of cut indices is returned in the parameter cuts.
Related topics
getcplist.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.