dropcuts


Purpose
Drop a set of cuts from the cut pool.
Synopsis
procedure dropcuts(cuttype:integer, interpret:integer, cuts:set of integer)
procedure dropcuts(cuttype:integer, interpret:integer)
Arguments
cuttype 
Integer number for identification of the cut(s)
interpret 
The way in which the cut type is interpreted:
-1 
Drop all cuts
Treat cut types as numbers
Treat cut types as bitmaps (delete cut if any bit matches any bit set in cuttype)
Treat cut types as bitmaps (delete cut if all bits match those set in cuttype)
cuts 
Set of cut indices in the cut pool, if not specified all cuts of type cuttype are deleted
Further information
This procedure drops a set of cuts from the cut pool. Only those cuts which are not applied to active nodes in the branch-and-bound tree will be deleted.
Related topics
storecut, storecuts.


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