ILOG CPLEX .NET Reference Manual

Cplex.ClearLazyConstraints Method 

This is an advanced method.

public virtual void ClearLazyConstraints();

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 removes all lazy constraints that have been added to the invoking Cplex object with the methods addLazyConstraint and addLazyConstraints.

See Also

Cplex Class | ILOG.CPLEX Namespace