ILOG CPLEX .NET Reference Manual

Cplex.CutCallback.AddLocal Method 

Adds cut as a local cut to the problem being solved.

protected virtual IConstraint AddLocal(
   IConstraint cut
);

Parameters

cut
The constraint to be added as a local cut. The constraint must be linear.

Return Value

The cut that has been added.

Remarks

This cut will not be removed when the search backtracks. In other words, it is active only for the subtree rooted at the invoking node.

See Also

Cplex.CutCallback Class | ILOG.CPLEX Namespace