Overview | Group | Index | Concepts |
The routine CPXNETreadcopyprob
reads a network, in the
CPLEX .net
or DIMACS .min
format, from a file and
copies it to a network problem object. Any existing network or solution data
in the problem object is replaced.
Example
status = CPXNETreadcopyprob (env, net, "network.net");
env | A pointer to the CPLEX environment as returned by |
net | A pointer to a CPLEX network problem object as returned by |
filename_str | Name of the network file to read. |