public static final class IloCplex.Param.Simplex
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IloCplex.Param.Simplex.Limits |
static class |
IloCplex.Param.Simplex.Perturbation |
static class |
IloCplex.Param.Simplex.Tolerances |
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.IntParam |
Crash
Type of crash used.
|
static IloCplex.IntParam |
DGradient
Type of dual gradient used in pricing.
|
static IloCplex.IntParam |
Display
Level of the iteration display.
|
static IloCplex.IntParam |
DynamicRows
Indicator for dynamic management of rows.
|
static IloCplex.IntParam |
PGradient
Type of primal gradient used in pricing.
|
static IloCplex.IntParam |
Pricing
Size of the pricing candidate list.
|
static IloCplex.IntParam |
Refactor
Refactorization interval.
|
public static final IloCplex.IntParam Crash
See CPXPARAM_Simplex_Crash in the C API for further information.
public static final IloCplex.IntParam DGradient
See CPXPARAM_Simplex_DGradient in the C API for further information.
public static final IloCplex.IntParam Display
See CPXPARAM_Simplex_Display in the C API for further information.
public static final IloCplex.IntParam DynamicRows
See CPXPARAM_Simplex_DynamicRows in the C API for further information.
public static final IloCplex.IntParam PGradient
See CPXPARAM_Simplex_PGradient in the C API for further information.
public static final IloCplex.IntParam Pricing
See CPXPARAM_Simplex_Pricing in the C API for further information.
public static final IloCplex.IntParam Refactor
See CPXPARAM_Simplex_Refactor in the C API for further information.