Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXcopyobjname
copies a name for the objective
function into a CPLEX problem object. An argument to
CPXcopyobjname
defines the objective name.
Example
status = CPXcopyobjname (env, lp, "Cost");
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
objname_str | A pointer to a string representing the objective name. |