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

Syntax

C#
public class ConflictAlgorithm

Remarks

Enumeration of possible values for the conflict algorithm
CopyC#
IloCplex.Param.Conflict.Algorithm
.

Use these values with the method

CopyC#
setParam(IloCplex.Param.Conflict.Algorithm, value)
when you set the conflict algorithm.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..ConflictAlgorithm

See Also