| Overview | Group | Tree | Graph | 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 reference manual ILGO CPLEX Parameters and the ILOG CPLEX User's Manual for more information about these parameters. Also see the 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
|