Enumeration of possible values for the conflict algorithm Cplex.Param.Conflict.Algorithm.

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

Syntax

C#
public class ConflictAlgorithm
Visual Basic
Public Class ConflictAlgorithm

Remarks

Use these values with the method setParam(Cplex.Param.Conflict.Algorithm, value) when you set the conflict algorithm.

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..ConflictAlgorithm

See Also