Originally posted by: Nicolas33
Hello,
I implemented a column generation script in OPL to solve the
Dantzig Wolfe decomposition of my problem.
My subproblem is separable, and so I have to compute independant subproblems.
Presently, my implementation is not parallel, subproblems are computed serially.
It is possible to compute several independant subproblems in the same time on different threads with OPL, under a main block?
Thanks for your help,
Nicolas
#DecisionOptimization#OPLusingCPLEXOptimizer