XPRSsetprobname (SETPROBNAME)
XPRSsetprobname |
SETPROBNAME |
Purpose
Synopsis
int XPRS_CC XPRSsetprobname(XPRSprob prob, const char *probname);
SETPROBNAME probname
Arguments
prob
|
The current problem.
|
probname
|
A string of up to
MAXPROBNAMELENGTH characters containing the problem name.
|
Example
READPROB bob LPOPTIMIZE SETPROBNAME jim READPROB
The above will read the problem
bob and then read the problem
jim.
Related topics