Overview | Group | Tree | Graph | Index | Concepts |
This routine changes the names of linear constraints in a CPLEX problem object. If this routine is performed on a problem object with no constraint names, default names are created before the change is made.
Example
status = CPXchgrowname (env, lp, cnt, indices, values);
See Also:
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
cnt | An integer that indicates the total number of linear constraint names to be changed, and thus specifies the length of the arrays |
indices | An array of length |
newname | An array of length |