public static class IloCplex.DataCheck
extends java.lang.Object
Enumeration of possible values for the
IloCplex.IntParam.DataCheck parameter.
Use these values with the method
setParam(IloCplex.DataCheck, value).
| Modifier and Type | Field and Description |
|---|---|
static int |
Assist
Provide modeling assistance.
|
static int |
Off
Data checking off.
|
static int |
Warn
Data checking on input.
|
| Constructor and Description |
|---|
IloCplex.DataCheck() |