Overview | Group | Index | Concepts |
The routine CPXgetnumsemiint
accesses the number
of semi-integer variables in a CPLEX problem object.
Example
numsc = CPXgetnumsemiint (env, lp);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
CPXgetnumsemiint
returns the value 0 (zero); otherwise, it returns the number of semi-integer variables in the problem object.