About ================================ **BendersLib** (https://benders.dev) is a Python library that supports a range of Benders decomposition variants, including :doc:`tutorials/classical`, :doc:`tutorials/cbd`, :doc:`tutorials/lshaped`, :doc:`tutorials/ilshaped`, :doc:`tutorials/gbd`, and :doc:`tutorials/lbbd`. While BendersLib provides :doc:`built-in implementations of these methods `, it is designed to be extensible. Users can implement custom Benders decomposition methods by customizing :ref:`subproblem solvers ` and :ref:`cut generators `, and defining :doc:`callback functions ` for :doc:`enhancement strategies `. BendersLib is solver agnostic and has :doc:`built-in interfaces ` for popular Mathematical Programming and Constraint Programming solvers. Its support for rapid prototyping and high extensibility are designed to meet the needs of both researchers and practitioners in Operations Research and related fields. .. list-table:: BendersLib Resources :widths: 25 75 * - **Documentation** - `https://benders.dev `_ * - **GitHub Repository** - `https://github.com/phguo/BendersLib `_ * - **PyPI Package** - `https://pypi.org/project/BendersLib `_ * - **Paper** - ------ Contributors -------------------------------- BendersLib was created by **Peng-Hui Guo** ("郭鹏辉" in Chinese, https://guo.ph), who holds a PhD in Management Science and Engineering from Nanjing University of Aeronautics and Astronautics (NUAA), China. Before developing BendersLib, Peng-Hui Guo had published research papers on Benders decomposition in journals such as *Naval Research Logistics*, *IISE Transactions*, and *European Journal of Operational Research*. His PhD thesis, titled *"Optimal Preparation and Distribution of Humanitarian Supplies by Stochastic Programming and Decomposition Algorithms"*, applied Benders decomposition to humanitarian logistics and supply chain management. *Contributions to BendersLib are welcome! If you would like to contribute, please visit* :doc:`manual/contribution` *for more information.* .. contributors:: phguo/BendersLib :avatars: :limit: 100 :exclude: copilot-swe-agent, Copilot ------ License ----------------------------------- BendersLib is licensed under the `Apache-2.0 License `__. ------ Logo -------------------------------- .. rubric:: Logo (horizontal) .. image:: _static/benderslib.png :align: center .. rubric:: Logo (vertical) .. image:: _static/benderslib_v.png :align: center :height: 350px :width: 350px