Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXNETgetprobname
is used to access the name
of the problem stored in a network problem object.
Example
status = CPXNETgetprobname (env, net, name, namesize, &surplus);
env | A pointer to the CPLEX environment as returned by |
net | A pointer to a CPLEX network problem object as returned by |
buf_str | Buffer into which the problem name is copied. |
bufspace | Size of the array |
surplus_p | Pointer to an integer in which the difference between |
CPXERR_NEGATIVE_SURPLUS
indicates that there was not enough space in the buf
array to hold the name.