Originally posted by: UserCplex
I am actually trying to solve a problem quite similar to Geoffrion and Graves problem of 1974:
"Multicommodity Distribution System Design by Benders Decomposition"
The problem is not exactly the same but similar. Once I fix the integer variables, the rest of the problem becomes a "simple" network problem. I am not able to replicate their reported gains over straightforward CPLEX MIP solution methods.
My Benders subproblem (pure IP) seems to be enumerating quite a large number of combinations. Also, the number of Bender's cuts seem to be quite high - nowhere near the "few Bender's cuts are sufficient" claim in the 1974 paper.
Of course, this could be because my coding of Benders is suboptimal. It could also be because MIP solution methods have simply become faster and more sophisticated over time. "Beating CPLEX" may become more and more difficult. That is why I was interested in any recent papers that report gains using Benders over straightforward solution methods.
#CPLEXOptimizers#DecisionOptimization