public static final class IloCplex.Param.Simplex.Limits
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.LongParam |
Iterations
Upper limit on primal and dual simplex iterations.
|
static IloCplex.DoubleParam |
LowerObj
Lower limit on value of objective.
|
static IloCplex.IntParam |
Perturbation
Upper limit on iterations with no progress.
|
static IloCplex.IntParam |
Singularity
Upper limit on repaired singularities.
|
static IloCplex.DoubleParam |
UpperObj
Upper limit on value of objective.
|
public static final IloCplex.LongParam Iterations
See CPXPARAM_Simplex_Limits_Iterations in the C API for further information.
public static final IloCplex.DoubleParam LowerObj
See CPXPARAM_Simplex_Limits_LowerObj in the C API for further information.
public static final IloCplex.IntParam Perturbation
See CPXPARAM_Simplex_Limits_Perturbation in the C API for further information.
public static final IloCplex.IntParam Singularity
See CPXPARAM_Simplex_Limits_Singularity in the C API for further information.
public static final IloCplex.DoubleParam UpperObj
See CPXPARAM_Simplex_Limits_UpperObj in the C API for further information.