Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetpsbcnt
is used to access the number of
primal super-basic variables in the current solution.
Example
itcnt = CPXgetpsbcnt (env, lp);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by Example itcnt = CPXgetpsbcnt (env, lp); |
CPXgetpsbcnt
returns the number of primal super-basic variables. If no solution exists, CPXgetpsbcnt
returns the value 0 (zero).