getcplist


Purpose
Get a set of cut indices from the cut pool.
Synopsis
procedure getcplist(cuttype:integer,interpret:integer,delta:real, cuts:set of integer,viol:array(range) of real)
Arguments
cuttype 
Integer number for identification of the cut(s)
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)
delta 
Only return cuts with an absolute slack value greater than delta
cuts 
Set of cut indices in the cut pool
viol 
Array where the slack variables for the cuts will be returned
Further information
This procedure gets a set of cut indices from the cut pool. The set of indices is returned in the parameter cuts.
Related topics
getcnlist.


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