Initializing help system before first use

XPRSsetprobname (SETPROBNAME)

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 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