Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetgenclqcnt
is used to access the number
of clique inequalities in the “clique table”, generated by CPLEX
at the start of a mixed integer optimization.
Example
gen_clique_cuts = CPXgetgenclqcnt (env, lp);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by Example gen_clique_cuts = CPXgetgenclqcnt (env, lp); |