XPRSgetmessagestatus

GETMESSAGESTATUS


Purpose
Manages suppression of messages.
Synopsis
int XPRS_CC XPRSgetmessagestatus(XPRSprob prob, int errcode, int *status);
GETMESSAGESTATUS
Arguments
prob 
The problem for which message errcode is to have its suppression status changed; pass NULL if the message should have the status apply globally to all problems.
errcode 
The id number of the message. Refer to the section Return Codes and Error Messages for a list of possible message numbers.
status 
Non-zero if the message is not suppressed; 0 otherwise. If a value for status is not supplied in the command-line call then the console optimizer prints the value of the suppression status to screen i.e., non-zero if the message is not suppressed; 0 otherwise.
Further information
1. Use the SETMESSAGESTATUS console function to print the value of the suppression status to screen.
2. If a message is suppressed globally then the message will always have status return zero from XPRSgetmessagestatus when prob is non-NULL.
Related topics
XPRSsetmessagestatus.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.