XPRS_mse_getdblattrib
| XPRS_mse_getdblattrib | 
  Purpose
 
 
  Provides read access to the values of double attributes associated with the MIP solution enumerator.
 
 
  Synopsis
 
  int XPRS_CC XPRS_mse_getdblattrib(XPRSmipsolenum mse, int iAttribId, double * Val) 
 
  Arguments
 
 | 
     mse 
     | 
     The current MIP solution enumerator.
     | 
| 
     iAttribId  
     | 
     Id of attribute whose value is to be returned. A full list of all available attributes may be found in Chapter
     MSE Attributes, or from the list in the
     xprs.h header file.
     | 
| 
     Val  
     | 
     Pointer to an double where the value of the attribute will be returned.
     | 
  Related topics
 
  
