| Overview | Group | Index | Concepts | 
The routine CPXgetnumbin accesses the number of
 binary variables in a CPLEX problem object.
Example
numbin = CPXgetnumbin (env, lp);
| env | A pointer to the CPLEX environment as returned by   | 
| lp | A pointer to a CPLEX problem object as returned by  Example numbin = CPXgetnumbin (env, lp);  |