Usage
Mixed Integer Users OnlyDescription
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);
CPXcheckcopysos() routine has the same argument list as the CPXcopysos() routine.
status = CPXcopysos (env, lp, numsos, numsosnz, sostype, sospri,
sosbeg, sosind, sosref);