NO FRAMES

CPXgetparamname

int CPXPUBLIC CPXgetparamname(CPXCENVptr env, int whichparam, char * name_str)
Definition file: cplex.h
Include files: cplex.h

The routine CPXgetparamname returns the name of a CPLEX parameter, given the symbolic constant (or reference number) for it.

The reference manual ILOG CPLEX Parameters provides a list of parameters with their types, options, and default values.

Example

 status = CPXgetparamname (env, CPX_PARAM_ADVIND, param_string);

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

whichparam

An integer indicating the symbolic constant (or reference number) of the desired parameter.

name_str

A character array to receive the name of the selected parameter.

Returns:

The routine returns zero on success and nonzero if an error occurs.