addcuts
addcuts |
Purpose
Synopsis
procedure addcuts(cuttype:array(range) of integer, type:array(range) of integer, linexp:array(range) of linctr)
Arguments
cuttype
|
Array of integer number for identification of the cuts
|
||||||
type
|
Array of cut types (equation/inequality):
|
||||||
linexp
|
Array of linear expressions (= unbounded constraints)
|
Further information
This procedure adds an array of cuts to the problem in the Optimizer. The cuts are applied to the current node and all its descendants. Note that the three arrays that are passed as parameters to this procedure must have the same index set.
Related topics
Module