Originally posted by: SystemAdmin
This is correct. CPLEX does not provide an automated way to perform DW or Bender's decomposition. But there are other frameworks out there that provide such a functionality, for example GCG (http://www.or.rwth-aachen.de/gcg/), which is based on SCIP.
But note that CPLEX 12.5 (will be released soon) provides a very neat new feature for the DW and Bender's guys: you can easily configure CPLEX to run on a remote machine, which means that you can solve all of the subproblems of your DW/Bender's in parallel on individual machines.
Tobias
#CPLEXOptimizers#DecisionOptimization