Description
This function performs a consistency check on the argument passed to the function CPXNETcopynet.CPXNETcheckcopynet() returns the value 0; if not, it returns a nonzero value to indicate an error.Synopsis
int CPXNETcheckcopynet (CPXENVptr env,
CPXNETptr net,
int objsen,
int nnodes,
double *supply,
char **nnames,
int narcs,
int *fromnode,
int *tonode,
double *low,
double *up,
double *obj,
char **anames);
The arguments are the same as those for
CPXNETcopynet().
status = CPXNETcheckcopynet (env, net, CPX_MAX, nnodes, supply,
nnames, narcs, fromnode, tonode,
lb, ub, obj, anames);