public static final class IloCplex.Param.Output
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.BooleanParam |
CloneLog
Control the creation of clone log files.
|
static IloCplex.StringParam |
IntSolFilePrefix
File name prefix for storing incumbents when they arrive.
|
static IloCplex.BooleanParam |
MPSLong
Indicator for long numbers in MPS output files.
|
static IloCplex.IntParam |
WriteLevel
Variables to include in .sol and .mst files.
|
public static final IloCplex.BooleanParam CloneLog
See CPXPARAM_Output_CloneLog in the C API for further information.
public static final IloCplex.StringParam IntSolFilePrefix
See CPXPARAM_Output_IntSolFilePrefix in the C API for further information.
public static final IloCplex.BooleanParam MPSLong
See CPXPARAM_Output_MPSLong in the C API for further information.
public static final IloCplex.IntParam WriteLevel
See CPXPARAM_Output_WriteLevel in the C API for further information.