XPRSgetprobname


Purpose
Returns the current problem name.
Synopsis
int XPRS_CC XPRSgetprobname(XPRSprob prob, char *probname);
Arguments
prob 
The current problem.
probname 
A string of up to 200 characters to contain the current problem name.
Example
The following returns the problem name into probname:
char probname[200];
...
XPRSgetprobname(prob,probname);
Related topics
XPRSsetprobname.


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