XPRS_msp_getdblattrib
XPRS_msp_getdblattrib |
Purpose
Provides read access to the values of double attributes associated with the MIP solution pool.
Synopsis
int XPRS_CC XPRS_msp_getdblattrib(XPRSmipsolpool msp, const int iAttribId, double * 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 a double where the value of the attribute will be returned.
|
Related topics