XPRSgetstrcontrol, XPRSgetstringcontrol
XPRSgetstrcontrol, XPRSgetstringcontrol |
Purpose
Synopsis
int XPRS_CC XPRSgetstrcontrol(XPRSprob prob, int ipar, char *cgval);
int XPRS_CC XPRSgetstringcontrol(XPRSprob prob, int ipar, char *cgval, int cgvalsize, int* controlsize);
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.
|
cgval
|
Pointer to a string where the value of the control (plus null terminator) will be returned.
|
cgvalsize
|
Maximum number of bytes to be written into the cgval argument.
|
controlsize
|
Returns the length of the string control including the null terminator.
|
Related controls
See
Control Parameters.
Related topics