This is an advanced method.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual void ClearUserCuts()
Visual Basic
Public Overridable Sub ClearUserCuts

Remarks

Important:

Advanced methods typically demand a profound understanding of the algorithms used by CPLEX. Thus they incur a higher risk of incorrect behavior in your application, behavior that can be difficult to debug. Therefore, the team 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