Usage
Barrier Users OnlyDescription
This routine checks the arguments of the corresponding CPXcopyquad() routine.Return Value
The routine returns a zero on success, and a nonzero if an error occurs.Synopsis
int CPXcheckcopyquad (CPXENVptr env,
CPXLPptr lp,
int *qmatbeg,
int *qmatcnt,
int *qmatind,
double *qmatval);
CPXcopyquad() routine.
status = CPXcheckcopyquad (env, lp, qmatbeg, qmatcnt,
qmatind, qmatval);