XPRSgetdblcontrol
XPRSgetdblcontrol |
Purpose
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 Chapter
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