Dear AIMMS group members,
I have been struggling to implement CPLEX Benders Decomposition for my two-stage stochastic MIP problem.
Inspired by NetworkRingDesign example, I consider two methods for solving my stochastic model (deterministic equivalent and CPLEX Benders Decomposition).
The problem is that I could not get same result using both methods. Despite solving deterministic equivalent gave me the optimal solution, I got the following solver failure error when I use Benders.
"Warning: After zero iterations CPLEX 12.8 terminated and MyStochasticProgram is still infeasible."
It would be much appreciated if you help me to figure out why this happens.
Few things to note:
- I have 2 binary variables at first-stage and 3 non-negative stochastic variables at second-stage .
- I set the option 'Benders Strategy' to 'off'.
Best regards,
Seheon Kim