Overview | Group | Index | Concepts |
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);
env | A pointer to the CPLEX environment as returned by |
net_p | CPLEX network problem object to be deleted. |