| Overview | Group | Index | Concepts | 
The routine CPXcopyqpsep is used to copy the
 quadratic objective matrix Q for a 
 separable QP problem. A separable QP problem is one where the coefficients
 of Q have no nonzero off-diagonal elements. 
0.5 in front of the quadratic objective term.When you build or modify your model with this routine, 
 you can verify that the results are as you intended 
 by calling CPXcheckcopyqpsep 
 during application development.
 
Example
status = CPXcopyqpsep (env, lp, qsepvec);
| env | A pointer to the CPLEX environment as returned by   | 
| lp | A pointer to a CPLEX problem object as returned by   | 
| qsepvec | An array of length   |