|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ilog.cplex.IloCplex.DualPricing
Enumeration of possible values for the dual pricing parameter
IloCplex.IntParam.DPriInd
. Use these
values with the method setParam(IloCplex.DPriInd, value)
when setting the dual pricing indicator.
Field Summary | |
static int |
Auto
Pricing algorithm determined automatically. |
static int |
Devex
Devex pricing. |
static int |
Full
Full pricing. |
static int |
FullSteep
Steepest- edge pricing in slack space |
static int |
Steep
Steepest-edge pricing. |
static int |
SteepQStart
Steepest- edge pricing, unit initial norms. |
Constructor Summary | |
IloCplex.DualPricing()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int Auto
public static final int Full
public static final int Steep
public static final int FullSteep
public static final int SteepQStart
public static final int Devex
Constructor Detail |
public IloCplex.DualPricing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |