Previous Page: CPXcheckcopylpFirst PageNext Page: CPXcheckcopyqpsep

CPXcheckcopylpwnames


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

Arguments

The CPXcheckcopylpwnames() routine has the same argument list as the CPXcopylpwnames() routine.

Example

status = CPXcheckcopylpwnames (env, lp, numcols, numrows, objsen,
                               obj, rhs, sense, matbeg, matcnt,
                               matind, matval, lb, ub, rngval,
                               colname, rowname);
Previous Page: CPXcheckcopylpFirst PageNext Page: CPXcheckcopyqpsep