public static final class IloCplex.Param.Emphasis
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.BooleanParam |
Memory
Reduced memory emphasis.
|
static IloCplex.IntParam |
MIP
Emphasis for MIP optimization.
|
static IloCplex.BooleanParam |
Numerical
Extreme numerical caution emphasis.
|
public static final IloCplex.BooleanParam Memory
See CPXPARAM_Emphasis_Memory in the C API for further information.
public static final IloCplex.IntParam MIP
See CPXPARAM_Emphasis_MIP in the C API for further information.
public static final IloCplex.BooleanParam Numerical
See CPXPARAM_Emphasis_Numerical in the C API for further information.