XPRS_msp_getintattrib
XPRS_msp_getintattrib |
Purpose
Provides read access to the values of integer attributes associated with the MIP solution pool.
Synopsis
int XPRS_CC XPRS_msp_getintattrib(XPRSmipsolpool msp, const int iAttribId, int * const Val)
Arguments
msp
|
The current MIP solution pool.
|
iAttribId
|
Id of attribute whose value is to be returned. A full list of all available attributes may be found in Chapter
MSP 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