Previous Page: CPXcheckcopyqpsepFirst PageNext Page: CPXcheckcopysos

CPXcheckcopyquad


Usage

Barrier Users Only

Description

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);

Arguments

The arguments are identical to those for the CPXcopyquad() routine.

Example

status = CPXcheckcopyquad (env, lp, qmatbeg, qmatcnt,
                           qmatind, qmatval);
Previous Page: CPXcheckcopyqpsepFirst PageNext Page: CPXcheckcopysos