Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetstatstring
is used to place in a
buffer, a string corresponding to the value of statind as returned by the
CPXgetstat
function. The buffer to hold
the string can be up to 510 characters maximum.
Example
statind = CPXgetstat (env, lp); p = CPXgetstatstring (env, statind, buffer);
env | A pointer to the CPLEX environment as returned by |
statind | An integer indicating the status value to return. |
buffer_str | A pointer to a buffer to hold the string corresponding to the value of Example statind = CPXgetstat (env, lp); p = CPXgetstatstring (env, statind, buffer); |
statind
value corresponds to a valid string. Otherwise, it returns NULL.