XPRSgetprobname
PurposeSynopsisint 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.ExampleThe following returns the problem name into probname:char probname[200]; ... XPRSgetprobname(prob,probname);Related topics
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.