loadcuts


Purpose
Load a set of cuts from the cut pool into the problem in the optimizer.
Synopsis
procedure loadcuts(cuttype:integer, interpret:integer, cuts:set of integer)
procedure loadcuts(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 
Load all cuts
Treat cut types as numbers
Treat cut types as bitmaps (load cut if any bit matches any bit set in cuttype)
Treat cut types as bitmaps (load 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 loaded
Further information
This procedure loads a set of cuts into the Optimizer. The cuts remain active at all descendant nodes.
Related topics
storecut, storecuts.


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