XPRSgetdblcontrol
PurposeSynopsisint 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.ExampleThe following returns the integer feasibility tolerance:XPRSgetdblcontrol(prob,XPRS_MIPTOL,&miptol);Related topics
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.