This method indicates whether or not the callback was invoked after CPLEX stopped generating cuts and called the callback a final time.

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

Syntax

C#
protected virtual bool IsAfterCutLoop()
Visual Basic
Protected Overridable Function IsAfterCutLoop As Boolean

See Also