Previous Page: CPXcheckcopyquadFirst PageNext Page: CPXcheckvals

CPXcheckcopysos


Usage

Mixed Integer Users Only

Description

This routine validates the arguments of the corresponding CPXcopysos() routine.

Return Value

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

Synopsis

int CPXcheckcopysos (CPXENVptr env,
                     CPXLPptr lp,
                     int numsos,
                     int numsosnz,
                     char *sostype,
                     int *sospri,
                     int *sosbeg,
                     int *sosind,
                     double *sosref);
      

Arguments

The CPXcheckcopysos() routine has the same argument list as the CPXcopysos() routine.

Example

status = CPXcopysos (env, lp, numsos, numsosnz, sostype, sospri,
                     sosbeg, sosind, sosref);

Previous Page: CPXcheckcopyquadFirst PageNext Page: CPXcheckvals