Hi Guys,
I have a benders decomposition algorithm that runs similar branch and cut algorithm. In other words, my master problem is searched by a branch and bound tree, and if it finds an integer feasible solution, the feasibility of solution is checked by Cp subproblems and if is required it adds infeasibility cut to the master problem, and continues the searching algorithm.
However, I don't know if it is possible to implement this by using mip package. Could you please guile me in this regard?
best