Originally posted by: EXCT_RALF_GOLLMER
Hi,
we implemented a scenario decomposition method for stochastic programming using an outer Branch&Bound, Lagrangean relaxation, CPLEX to solve the single scenario problems and Helmberg's ConicBundle to solve the Lagrangean dual. The program is named DDSIP (dual decomposition for stochastic integer programming).
In our case CPLEX is called to solve the single scenario problems, which are formed by the CPLEX change routines (rhs, objective, and possibly matrix entries) in the C frame program.
We did not use callbacks.
No idea if your problem has a similar structure and if this code might help you in any way.
Here's the link
https://www.uni-due.de/~hn215go/ddsip.shtml
Best regards
Ralf Gollmer, University Duisburg-Essen, Faculty of Mathematics
#CPLEXOptimizers#DecisionOptimization