I’m starting to use ProgressiveHedging.jl and testing it in a two-stage problem.
However, both the first and second stages variables in my case present different dimensions. For example, I have 6 first-stage decision variables, 3 of which are 2-dimensional arrays, and the other 3 are 4-dimensional arrays.
How should I create the dictionary for JuMPSubproblem, in this case?