|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ilog.cplex.IloCplex.PrimalPricing
Enumeration of possible values for the primal pricing parameter
IloCplex.IntParam.PPriInd
.
Use these values with the method
setParam(IloCplex.IntParam.PPriInd, value)
when
setting the primal pricing indicator.
Field Summary | |
static int |
Auto
Hybrid reduced-cost & devex pricing. |
static int |
Devex
Devex pricing. |
static int |
Full
Full pricing. |
static int |
Partial
Reduced-cost pricing. |
static int |
Steep
Steepest-edge pricing. |
static int |
SteepQStart
Steepest-edge pricing with slack initial norms. |
Constructor Summary | |
IloCplex.PrimalPricing()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int Partial
public static final int Auto
public static final int Devex
public static final int Steep
public static final int SteepQStart
public static final int Full
Constructor Detail |
public IloCplex.PrimalPricing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |