Overview | Group | Tree | Graph | Index | Concepts |
The enumeration IloCplex::DualPricing
lists values that the
dual pricing parameter IloCplex:DPriInd
can assume in
IloCplex
for use with the dual simplex algorithm. Use
these values with the method
IloCplex::setParam(IloCplex::DPriInd, value)
when
you set the dual pricing indicator.
See the reference manual ILOG 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 |
---|
DPriIndAuto |
= CPX_DPRIIND_AUTO
|
DPriIndFull |
= CPX_DPRIIND_FULL
|
DPriIndSteep |
= CPX_DPRIIND_STEEP
|
DPriIndFullSteep |
= CPX_DPRIIND_FULLSTEEP
|
DPriIndSteepQStart |
= CPX_DPRIIND_STEEPQSTART
|
DPriIndDevex |
= CPX_DPRIIND_DEVEX
|