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);
CPXcheckchgcoeflist() routine has the same argument list as the CPXchgcoeflist() routine.
status = CPXcheckchgcoeflist (env, lp, numcoefs, rowlist,
collist, vallist);