CPXXNETfreeprob and CPXNETfreeprob
The routine CPXXNETfreeprob/CPXNETfreeprob deletes the network problem
object pointed to by net_p.
int CPXXNETfreeprob( CPXENVptr env, CPXNETptr * net_p )
int CPXNETfreeprob( CPXENVptr env, CPXNETptr * net_p )
Description
The routine CPXXNETfreeprob/CPXNETfreeprob deletes the network problem
object pointed to by net_p. This also deletes all network
problem data and solution data stored in the network problem object.
Arguments
- env
-
A pointer to the CPLEX environment as returned by
CPXXopenCPLEX/CPXopenCPLEX. - net_p
- CPLEX network problem object to be deleted.
Return
The routine returns 0 (zero) on success and nonzero if an error occurs.Example
CPXNETfreeprob (env, &net);