-PlasmoBenders.jl implements Benders and Nested Benders decomposition to graph-based problems constructed in [Plasmo.jl](https://github.com/plasmo-dev/Plasmo.jl). After a user defines a graph in Plasmo.jl, they can pass the graph to PlasmoBenders.jl, set the root subgraph, and have PlasmoBenders apply Benders or Nested Benders decomposition to find a solution. These algorithms are applied *based on the user's model*, so algorithm performance is dependent in part on how the user constructed the problem in Plasmo.jl. Further, Benders and Nested Benders requires a specific structure (outlined below) which the user must supply.
0 commit comments