public static class IloCplex.PrimalPricing
extends java.lang.Object
IloCplex.IntParam.PPriInd. Use these values with the method
setParam( ilog.opl.IloCplex.IntParam.PPriInd, value) when
setting the primal pricing indicator.| Modifier and Type | Field and Description |
|---|---|
static int |
Auto
Hybrid reduced-cost and 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 and Description |
|---|
IloCplex.PrimalPricing() |
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