public static class IloCplex.WriteLevel
extends java.lang.Object
Use these levels of detail to set the
IloCplex.IntParam.WriteLevel parameter.
| Modifier and Type | Field and Description |
|---|---|
static int |
AllVars
Specifies that all variables should be written to the file.
|
static int |
Auto
Specifies that an automatic setting should be used.
|
static int |
DiscreteVars
Specifies that all discrete variables should be written to the file.
|
static int |
NonzeroDiscreteVars
Specifies that only nonzero discrete variables should be written to the file.
|
static int |
NonzeroVars
Specifies that only nonzero variables should be written to the file.
|
| Constructor and Description |
|---|
IloCplex.WriteLevel() |
public static final int Auto
AllVars for solution files and DiscreteVars for MIP
start files.public static final int AllVars
public static final int NonzeroVars
public static final int DiscreteVars
public static final int NonzeroDiscreteVars