| Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetclqcnt is used to access the number of
clique cuts added to the problem object during mixed integer
optimization.
Example
clique_cuts = CPXgetclqcnt (env, lp);
| env | A pointer to the CPLEX environment as returned by |
| lp | A pointer to a CPLEX problem object as returned by Example clique_cuts = CPXgetclqcnt (env, lp); |