Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXcopynettolp
is used to copy a network
problem stored in a network problem object to a CPLEX problem object (as an
LP). Any problem data previously stored in the CPLEX problem object is
overridden.
Example
status = CPXcopynettolp (env, lp, net);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
net | A pointer to a CPLEX network problem object containing the network problem to be copied. Example status = CPXcopynettolp (env, lp, net); |