Enumeration of possible values for the primal pricing parameter Cplex.IntParam.PPriInd.

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

Syntax

C#
public class PrimalPricing
Visual Basic
Public Class PrimalPricing

Remarks

Use these values with the method setParam(Cplex.IntParam.PPriInd, value) when setting the primal pricing indicator.

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..PrimalPricing

See Also