public static class IloCplex.DualPricing
extends java.lang.Object
IloCplex.IntParam.DPriInd. Use these values with the method
setParam( ilog.opl.IloCplex.DPriInd, value) when setting the
dual pricing indicator.| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
IloCplex.DualPricing() |
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