| Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXNETgetpi is used to access dual values for
a range of nodes in the network stored in a network problem object.
For this function to succeed, a solution must exist for the problem object.
Example
status = CPXNETgetpi (env, net, pi, 10, 20);
| env | A pointer to the CPLEX environment as returned by |
| net | A pointer to a CPLEX network problem object as returned by |
| pi | Array in which to write solution dual values for requested nodes. If NULL is passed, no data is returned. Otherwise, |
| begin | Index of the first node for which the dual value is to be obtained. |
| end | Index of the last node for which the dual value is to be obtained. |