I am dealing with a multi-stage mixed-integer stochastic global supply chain optimization problem and want to solve the stage-wise problem instances using the Cbc (and other solvers) within the SDDiP algorithm using the SDDP.jl package in Julia.
In this regard, I am getting the following nested task exception while trying to use the Cbc solver to solve stagewise subproblems.