Originally posted by: Ccl_
Hi,
I am using Concert (12.6.1) for C++ and I have implemented a branch and cut algorithm using a UserCutCallback.
Everything works fine at first but at some point in the execution, the UserCutCallback is called from the same iteration over and over: the same user cut is found each time, but the number of iterations does not increase.
I really don't understand why Cplex would not iterate, the user cut added is indeed violated, but the new LP solution with this cut added to the subproblem is never computed.
Does someone see what is happening here?
Many thanks in advance!
#CPLEXOptimizers#DecisionOptimization