Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public class CutType

Remarks

Enumeration of cut types.

Cut types can be used with the method

CopyC#
IloCplex.getNcuts
to query the cuts in use at the end of the previous mixed integer optimization.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..CutType

See Also