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

Syntax

C#
public class CutManagement

Remarks

Enumeration of possible values to specify where a cut callback is called from.

These values can be used in the method

CopyC#
UserCutCallback.add
or in the method
CopyC#
LazyConstraintCallback.add
.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..CutManagement

See Also