XPRSgetdblcontrol


Purpose
Retrieves the value of a given double control parameter.
Synopsis
int XPRS_CC XPRSgetdblcontrol(XPRSprob prob, int ipar, double *dgval);
Arguments
prob 
The current problem.
ipar 
Control parameter whose value is to be returned. A full list of all controls may be found in Control Parameters, or from the list in the xprs.h header file.
dgval 
Pointer to the location where the control value will be returned.
Example
The following returns the integer feasibility tolerance:
XPRSgetdblcontrol(prob,XPRS_MIPTOL,&miptol);
Related topics
XPRSsetdblcontrol, XPRSgetintcontrol, XPRSgetstrcontrol.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.