XPRS_nml_getmaxnamelen
XPRS_nml_getmaxnamelen |
Purpose
The
XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user.
XPRS_nml_getmaxnamelen returns the length of the longest name in the namelist.
Synopsis
int XPRS_CC XPRS_nml_getmaxnamelen(XPRSnamelist nml, int* namlen);
Arguments
nml
|
The namelist object.
|
namelen
|
Pointer to a variable into which shall be written the length of the longest name.
|
Related topics
None.