Skip to main content
FRAMES NO FRAMES

Enumeration PrimalPricing

Definition file: ilcplex/ilocplexi.h

The enumeration IloCplex::PrimalPricing lists values that the primal pricing parameter IloCplex::PPriInd can assume in IloCplex for use with the primal simplex algorithm. Use these values with the method IloCplex::setParam(IloCplex::PPriInd, value) when setting the primal pricing indicator.

See the CPLEX Parameters Reference Manual and the CPLEX User's Manual for more information about these parameters. Also see the CPLEX User's Manual for examples of their use.

See Also:

Fields

PPriIndPartial = CPX_PPRIIND_PARTIAL 
PPriIndAuto = CPX_PPRIIND_AUTO 
PPriIndDevex = CPX_PPRIIND_DEVEX 
PPriIndSteep = CPX_PPRIIND_STEEP 
PPriIndSteepQStart = CPX_PPRIIND_STEEPQSTART 
PPriIndFull = CPX_PPRIIND_FULL