| Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetnumqconstrs is used to access the number of
quadratic constraints in a CPLEX problem object.
Example
cur_numqconstrs = CPXgetnumqconstrs (env, lp);
| env | A pointer to the CPLEX environment as returned by |
| lp | A pointer to a CPLEX problem object as returned by |
CPXgetnumqconstrs returns the value 0 (zero); otherwise, it returns the number of quadratic constraints.