XPRSgetcheckedmode
XPRSgetcheckedmode |
Purpose
You can use this function to interrogate whether checking and validation of all Optimizer function calls is enabled for the current process. Checking and validation is enabled by default but can be disabled by
XPRSsetcheckedmode.
Synopsis
int XPRS_CC XPRSgetcheckedmode(int* r_checked_mode);
Argument
r_checked_mode
|
Variable that is set to 0 if checking and validation of Optimizer function calls is disabled for the current process, non-zero otherwise.
|
Related topics