Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXNETgetphase1cnt
returns the number of phase
1 network simplex iterations for a previous call to
CPXNETprimopt
.
Example
phase1cnt = CPXNETgetphase1cnt (env, net);
env | A pointer to the CPLEX environment as returned by |
net | A pointer to a CPLEX network problem object as returned by |
CPXNETprimopt
, for a CPXNETptr
object. If CPXNETprimopt
has not been called, zero is returned. In an error occurs, -1 is returned and an error message is issued.