NO FRAMES

CPXNETcheckcopynet

public int CPXNETcheckcopynet(CPXCENVptr env, CPXNETptr net, int objsen, int nnodes, const double * supply, char ** nnames, int narcs, const int * fromnode, const int * tonode, const double * low, const double * up, const double * obj, char ** aname)
Definition file: cplex.h

The routine CPXNETcheckcopynet performs a consistency check on the arguments passed to the routine CPXNETcopynet.

The CPXNETcheckcopynet routine has the same argument list as the CPXNETcopynet routine.

Example

 status = CPXNETcheckcopynet (env, net, CPX_MAX, nnodes, supply,
                              nnames, narcs, fromnode, tonode,
                              lb, ub, obj, anames);

Returns:

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