Initializing help system before first use

XPRSsetdblcontrol

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.
Related topics