Originally posted by: Zacharie_ALES
Hello,
I'd like to know the number of cuts used to solve a problem. I found the function IloCplex.getNCuts(int which) which seems to fit. However, the parameter "which" is described as : "The cut type about which to return the number."
I am not sure how to fix this parameter. For example if I want to know the number of clique cuts should I set "which" to IloCplex.IntParam.Cliques?
Moreover, how can I know the number of user cut?
Thanks in advance.
#CPLEXOptimizers#DecisionOptimization