XPRSsetdblcontrol


Purpose
Sets the value of a given double control parameter.
Synopsis
int XPRS_CC XPRSsetdblcontrol(XPRSprob prob, int ipar, double dsval);
Arguments
prob 
The current problem.
ipar 
Control parameter whose value is to be set. A full list of all controls may be found in Control Parameters, or from the list in the xprs.h header file.
dsval 
Value to which the control parameter is to be set.
Example
The following sets the double control DEGRADEFACTOR to 1.0:
XPRSsetdblcontrol(prob, XPRS_DEGRADEFACTOR, 1.0);
Related topics
XPRSgetdblcontrol, XPRSsetintcontrol, XPRSsetstrcontrol.


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