XPRS_msp_getdblcontrol
XPRS_msp_getdblcontrol |
Purpose
Retrieves the value of a given double control parameter.
Synopsis
int XPRS_CC XPRS_msp_getdblcontrol(XPRSmipsolpool msp, const int iControlId, double * const Val)
Arguments
msp
|
The current MIP solution pool.
|
iControlId
|
Id of control whose value is to be returned. A full list of all available controls 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 control will be returned.
|
Related topics