XPRSsetprobname

SETPROBNAME


Purpose
Sets the current default problem name. This command is rarely used.
Synopsis
int XPRS_CC XPRSsetprobname(XPRSprob prob, const char *probname);
SETPROBNAME probname
Arguments
prob 
The current problem.
probname 
A string of up to 200 characters containing the problem name.
Example 1 (Library)
The following sets the current problem name to jo:
char sProblem[]="jo";
...
XPRSsetprobname(prob,sProblem);
Example 2 (Console)
READPROB bob
MINIM
SETPROBNAME jim
READPROB
The above will read the problem bob and then read the problem jim.
Related topics
XPRSreadprob (READPROB).


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