storecut


Purpose
Store a cut into the cut pool.
Synopsis
function storecut(nodupl:integer, cuttype:integer, type:integer, linexp:linctr):integer
Arguments
nodupl 
Flag indicating how to deal with duplicate entries:
No check
Check for duplicates among cuts of the same cut type
Check for duplicates among all cuts
cuttype 
Integer number for identification of the cut
type 
Cut type (equation/inequality):
CT_GEQ 
Inequality (greater or equal)
CT_LEQ 
Inequality (less or equal)
CT_EQ 
Equality
linexp 
Linear expression (= unbounded constraint)
Return value
Index number of the cut stored in the cut pool.
Further information
This function stores a cut into the cut pool without applying it to the problem at the current node. The cut has to be loaded into the problem with procedure loadcuts in order to become active at the current node.
Related topics
dropcut, loadcuts, storecuts.


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