Overview | Group | Index | Concepts |
The routine CPXgetdsbcnt
accesses the number of dual super-basic variables in the current solution.
Example
dsbcnt = CPXgetdsbcnt (env, lp);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by Example dsbcnt = CPXgetdsbcnt (env, lp); |
CPXgetdsbcnt
returns the number of dual super-basic variables. If no solution exists, CPXgetdsbcnt
returns the value 0 (zero).