Previous Page: CPXcheckaddrowsFirst PageNext Page: CPXcheckcopylp

CPXcheckchgcoeflist


Description

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

Return Value

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

Synopsis

int CPXcheckchgcoeflist (CPXENVptr env,
                         CPXLPptr lp,
                         int numcoefs,
                         int *rowlist,
                         int *collist,
                         double *vallist);

Arguments

The CPXcheckchgcoeflist() routine has the same argument list as the CPXchgcoeflist() routine.

Example

status = CPXcheckchgcoeflist (env, lp, numcoefs, rowlist,
                              collist, vallist);
Previous Page: CPXcheckaddrowsFirst PageNext Page: CPXcheckcopylp