| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
The enumeration IloCplex::DataCheckType lists values
that the data consistency checking parameter
IloCplex:DataCheck can assume in IloCplex.
Use these values with the method
IloCplex::setParam(IloCplex::DataCheck, value).
See the CPLEX Parameters Reference Manual and the CPLEX User's Manual for more information about this parameters. Also see the CPLEX User's Manual for examples of their use.
See Also:
| Fields |
|---|
Off = CPX_DATACHECK_OFF |
= CPX_DATACHECK_OFF
|
Warn = CPX_DATACHECK_WARN |
= CPX_DATACHECK_WARN
|
Assist = CPX_DATACHECK_ASSIST |
= CPX_DATACHECK_ASSIST
|