XPRS_mse_getdblcontrol
XPRS_mse_getdblcontrol |
Purpose
Retrieves the value of a given double control parameter.
Synopsis
int XPRS_CC XPRS_mse_getdblcontrol(XPRSmipsolenum mse, int iControlId, double * Val)
Arguments
mse
|
The current MIP solution enumerator.
|
iControlId
|
Id of control whose value is to be returned. A full list of all available controls may be found in Chapter
MSE Controls, 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