ILOG CPLEX .NET Reference Manual

Cplex.ClearUserCuts Method 

This is an advanced method.

public virtual void ClearUserCuts();

Remarks

Important:

Advanced methods typically demand a profound understanding of the algorithms used by ILOG CPLEX. Thus they incur a higher risk of incorrect behavior in your application, behavior that can be difficult to debug. Therefore, ILOG encourages you to consider carefully whether you can accomplish the same task by means of other methods instead.

This method deletes user cuts. It deletes all user cuts that have previously been added to the invoking Cplex object with the methods addUserCut or addUserCuts.

See Also

Cplex Class | ILOG.CPLEX Namespace