ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Data consistency checking switch |
Data consistency checking switch |
INDEX PREVIOUS NEXT |
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 |
---|---|---|---|
0 |
false |
CPX_OFF |
Data checking off; do not check; default |
1 |
true |
CPX_ON |
Data checking on |
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |