Previous Page: CPXNETbasewrite First PageNext Page: CPXNETchgarcname

CPXNETcheckcopynet


Description

This function performs a consistency check on the argument passed to the function CPXNETcopynet.

If the operation is successful, 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);

Arguments


The arguments are the same as those for CPXNETcopynet().

Example

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

Previous Page: CPXNETbasewrite First PageNext Page: CPXNETchgarcname