Enumeration of possible values for the Cplex.IntParam.VarSel parameter.

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

Syntax

C#
public class VariableSelect
Visual Basic
Public Class VariableSelect

Remarks

Use these values with the method Cplex.SetParam(Cplex.IntParam.VarSel, value).

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..VariableSelect

See Also