Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetnumquad
returns the number of variables
that have quadratic objective coefficients in a CPLEX problem object.
Example
numquad = CPXgetnumquad (env, lp);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |