Description
This routine validates the arguments of the corresponding CPXcopylpwnames() routine.Return Value
The routine returns a zero on success, and a nonzero if an error occurs.Synopsis
int CPXcheckcopylpwnames (CPXENVptr env,
CPXLPptr lp,
int numcols,
int numrows,
int objsen,
double *obj,
double *rhs,
char *sense,
int *matbeg,
int *matcnt,
int *matind,
double *matval,
double *lb,
double *ub,
double *rngval,
char **colname,
char **rowname);
CPXcheckcopylpwnames() routine has the same argument list as the CPXcopylpwnames() routine.
status = CPXcheckcopylpwnames (env, lp, numcols, numrows, objsen,
obj, rhs, sense, matbeg, matcnt,
matind, matval, lb, ub, rngval,
colname, rowname);