Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetqconstrindex
searches for the index number
of the specified quadratic constraint in a CPLEX problem object.
Example
status = CPXgetqconstrindex (env, lp, "resource89", &qconstrindex);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
lname_str | A quadratic constraint name to search for. |
index_p | A pointer to an integer to hold the index number of the quadratic constraint with name |