ILOG CPLEX .NET Reference Manual

Cplex.UserCutCallback.Add Method 

Adds cut as a global user cut to the problem being solved.

protected virtual IConstraint Add(
   IConstraint cut
);

Parameters

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

Return Value

The cut that has been added.

Remarks

This cut must be globally valid. It will not be removed by backtracking or any other means during the search. The cut must also not cut off any solution.

See Also

Cplex.UserCutCallback Class | ILOG.CPLEX Namespace