Enumeration of possible values for the dual pricing parameter Cplex.IntParam.ParallelMode.

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

Syntax

C#
public class ParallelMode
Visual Basic
Public Class ParallelMode

Remarks

Use these values with the method setParam(Cplex.ParallelMode, value).

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..ParallelMode

See Also