XPRS_mse_getintcontrol
XPRS_mse_getintcontrol |
Purpose
Retrieves the value of a given integer control parameter.
Synopsis
int XPRS_CC XPRS_mse_getintcontrol(XPRSmipsolenum mse, int iControlId, int * 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 integer where the value of the control will be returned.
|
Related topics