I am dealing with a multi-stage mixed-integer stochastic global supply chain optimization problem and want to solve it using the SDDiP algorithm in the SDDP.jl package in Julia.
In this regard, I tried solving the mixed-integer linear program using the Lagrangian duality handler. I am getting the following error as a result. Is it the issue with the nature of the formulation and the scale of the problem instance? The SDDiP algorithm (with CPLEX solver) was executing with other duality handlers.