| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
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 |