Enumeration of cut types.

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

Syntax

C#
public class CutType
Visual Basic
Public Class CutType

Remarks

Cut types can be used with the method Cplex.GetNcuts to query the cuts in use at the end of the previous mixed integer optimization.

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..CutType

See Also