Large model with independent blocks
AnsweredI have a large bilevel stochastic model that I coded up in Pyomo. I am fixing the upper-level decisions to focus on the stochastic layer. After fixing these decisions, I basically have an independent block for each scenario with its own objective (there are no linking constraints since the linking is really done at the upper-level of my bilevel model).
My question: is Gurobi developed to recognize such situations and solve the independent blocks in parallel? I am trying to decide whether or not to speed up the solve by spinning up individual solves on the scenario blocks.
-
Hi Bryan,
Yes Gurobi should detect the structure. You can test this by setting Disconnected=0 to disable detection and observing any difference in performance.
- Riley
0 -
Thanks Riley!
-Bryan
0
Please sign in to leave a comment.
Comments
2 comments