CPXgetdsbcnt


Description

The routine CPXgetdsbcnt() is used to access the number of dual super-basic variables in the current solution.

Return Value

If a solution exists, CPXgetdsbcnt() returns the number of dual super-basic variables. If no solution exists, CPXgetdsbcnt() returns the value 0.

Synopsis

  int CPXgetsbcnt (CPXCENVptr env, CPXCLPptr lp);

Arguments

CPXCENVptr env

The pointer to the CPLEX environment as returned by CPXopenCPLEX().

CPXCLPptr lp

A pointer to a CPLEX problem object as returned by CPXcreateprob().

Example

  itcnt = CPXgetdsbcnt (env, lp);


Previous Page: CPXgetdj Return to Top Next Page: CPXgeterrorstring