ILOG CPLEX .NET Reference Manual |
|
Cplex.CutCallback.Add Method
Adds cut
as a global cut to the problem being solved.
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.
See Also
Cplex.CutCallback Class | ILOG.CPLEX Namespace