Originally posted by: amindehghanian
I am sorry to hear that, and I hope you are all right now!
Actually, I use a Bender’s decomposition algorithm to solve my two stage stochastic program while first stage and second stage variables are binary and continuous, respectively.
So, I first write the master problem, then I try to add the violated cut, which is found in my "dual of subproblem.lp", to my master problem (exactly in the Bender's style).
The Benders violated cuts are valid for LP relaxation of my problem. So, they don't use the fact that my first stage variables are Binary.
So, I was expecting CPLEX to generate its own internal cuts in non-integral nodes of my branch and cut tree in order to handle this issue.
I sent you the extensive.lp to you in order that you can see what is the real problem which I am trying to solve. So, it does not have anything with my branch and cut algorithm.
Thanks,
Amin
#CPLEXOptimizers#DecisionOptimization