This repository is designed to be a location for meta-algorithms for OptiGraphs with Plasmo.jl. The \lib
directory contains the algorithms implemented in Plasmo.jl, and these algorithms can be added as packages in Julia.
In the future, we hope to support several decomposition algorithms that exploit the graph structure of Plasmo.jl. Currently, Benders decomposition (PlasmoBenders.jl) and overlapping Schwarz decomposition (PlasmoSchwarz.jl) are hosted in this directory, but other algorithms are possible and could be added in the future. If you would like to develop a decomposition approach for Plasmo.jl OptiGraphs, we welcome any pull requests and contributions.
Please report any issues and feature requests via the Github issue tracker.