XPRSsetdblcontrol
PurposeSynopsisint 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.ExampleThe following sets the double control DEGRADEFACTOR to 1.0:XPRSsetdblcontrol(prob, XPRS_DEGRADEFACTOR, 1.0);Related topics
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.