XPRS_msp_getlasterror
XPRS_msp_getlasterror |
Purpose
Gets the last error message.
Synopsis
int XPRS_CC XPRS_msp_getlasterror(XPRSmipsolpool msp, int * iMsgNumber, char * msg, int iStringBufferBytes, int * iBytesInInternalString)
Arguments
mse
|
The current MIP solution pool.
|
iMsgNumber
|
A pointer to an integer to return the number of the last error message. Can be NULL if not required. Refer to Chapter
9 of the Optimizer Reference Manual for a list of possible error numbers, the errors and warnings that they indicate, and advice on what they mean and how to resolve them.
|
msg
|
A character buffer of length at least
iStringBufferBytes to return the error message. Can be NULL if not required.
|
iStringBufferBytes
|
The length of the
msg buffer.
|
iBytesInInternalString
|
A pointer to an integer to return the number of bytes required to store the error message. Can be NULL if not required.
|
Related topics