NO FRAMES

CPXNETfreeprob

public int CPXNETfreeprob(CPXENVptr env, CPXNETptr * net_p)
Definition file: cplex.h

The routine 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.

Example

 CPXNETfreeprob (env, &net);
 

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

net_p

CPLEX network problem object to be deleted.

Returns:

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