Originally posted by: QiuFeng
I know you can do it when you do the branch yourself, using the following function
int CPXPUBLIC CPXbranchcallbackbranchbds(CPXCENVptr env, void * cbdata, int wherefrom, double nodeest, int cnt, const int * indices, const char * lu, const int * bd, void * userhandle, int * seqnum_p)
But suppose you are in a cut callback, and you want to record how many iterations of cut generation has been done on this node. Can you create a data structure and associate with this node? That would be convenient.
Thanks!
#CPLEXOptimizers#DecisionOptimization