addcut


Purpose
Add a cut to the problem in the optimizer.
Synopsis
procedure addcut(cuttype:integer, type:integer, linexp:linctr)
Arguments
cuttype 
Integer number for identification of the cut
type 
Cut type (equation/inequality), which may be one of:
CT_GEQ 
Inequality (greater or equal)
CT_LEQ 
Inequality (less or equal)
CT_EQ 
Equality
linexp 
Linear expression (= unbounded constraint)
Further information
This procedure adds a cut to the problem in the Optimizer. The cut is applied to the current node and all its descendants.
Related topics
addcuts, delcut.


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