XPRS_msp_getintcontrol
XPRS_msp_getintcontrol |
Purpose
Retrieves the value of a given integer control parameter.
Synopsis
int XPRS_CC XPRS_msp_getintcontrol(XPRSmipsolpool msp, const int iControlId, int * 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 Control Parameters, or from the list in the
xprs.h header file.
|
Val
|
Pointer to an integer where the value of the control will be returned.
|
Related topics