public static final class IloCplex.Param.Sifting
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.IntParam |
Algorithm
Algorithm used to solve sifting subproblems.
|
static IloCplex.IntParam |
Display
Level of the sifting iteration display.
|
static IloCplex.LongParam |
Iterations
Sifting iteration limit.
|
static IloCplex.BooleanParam |
Simplex
Allow sifting to be called from simplex.
|
public static final IloCplex.IntParam Algorithm
See CPXPARAM_Sifting_Algorithm in the C API for further information.
public static final IloCplex.BooleanParam Simplex
See CPXPARAM_Sifting_Simplex in the C API for further information.
public static final IloCplex.IntParam Display
See CPXPARAM_Sifting_Display in the C API for further information.
public static final IloCplex.LongParam Iterations
See CPXPARAM_Sifting_Iterations in the C API for further information.