XPRS_mse_getintattrib
XPRS_mse_getintattrib |
Purpose
Provides read access to the values of integer attributes associated with the MIP solution enumerator.
Synopsis
int XPRS_CC XPRS_mse_getintattrib(XPRSmipsolenum mse, int iAttribId, int * Val)
Arguments
mse
|
The current MIP solution enumerator.
|
iAttribId
|
Id of attribute whose value is to be returned. A full list of all available attributes may be found in Chapter
MSE Attributes, or from the list in the
xprs.h header file.
|
Val
|
Pointer to an integer where the value of the attribute will be returned.
|
Related topics