Previous Page: CPXcheckcopylpwnamesFirst PageNext Page: CPXcheckcopyquad

CPXcheckcopyqpsep


Usage

Barrier Users Only

Description

This routine checks the argument of the corresponding CPXcopyqpsep() routine.

Return Value

The routine returns a zero on success, and a nonzero if an error occurs.

Synopsis

int CPXcheckcopyqpsep (CPXENVptr env,
                       CPXLPptr lp,
                       double *qsepvec);

Arguments

The arguments are the same as in the CPXcopyqpsep() routine.

Example

status = CPXcheckcopyqpsep (env, lp, qsepvec);
Previous Page: CPXcheckcopylpwnamesFirst PageNext Page: CPXcheckcopyquad