ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Data consistency checking switch

C Name

CPX_PARAM_DATACHECK (int)

C++ Name

DataCheck (bool)

Java Name

DataCheck

.NET Name

DataCheck

InteractiveOptimizer

read datacheck

Identifier

1056

Description

Decides whether data should be checked for consistency. When this parameter is on, the routines CPXcopy____, CPXread____ and CPXchg____ of the C API perform extensive checking of data in their array arguments, such as checking that indices are within range, that there are no duplicate entries, and that values are valid for the type of data or are valid numbers. This checking is useful for debugging applications. When this checking identifies trouble, you can gather more specific detail by calling one of the routines in check.c.

Values

int 
bool 
Symbol 
Meaning 
false 
CPX_OFF 
Data checking off; do not check; default 
true 
CPX_ON 
Data checking on