Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXchgprobname
is used to change the name of
the current problem.
Example
status = CPXchgprobname (env, lp, probname);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
probname_str | The new name of the problem. |