XPRS_msp_getintattribprob
XPRS_msp_getintattribprob |
Purpose
Provides read access to the values of integer attributes associated with the MIP solution pool with respect to the given problem. For example, the number of solutions in the MIP solution pool that are feasible for the problem.
Synopsis
int XPRS_CC XPRS_msp_getintattribprob(XPRSmipsolpool msp, XPRSprob prob, const int iAttribId, int * const Dst)
Arguments
msp
|
The current MIP solution pool.
|
prob
|
Problem for which the attribute is required to be evaluated.
|
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.
|
Dst
|
Pointer to an integer where the value of the attribute will be returned.
|
Related topics