Compilation of some Pyomo Examples. Some samples shared on PyCon Colombia 2021
Various examples taken or adapated from the following resources.
- http://www.pyomo.org/documentation
- https://pyomo.readthedocs.io/en/stable/index.html#
- osti.gov/servlets/purl/1110661
- https://github.com/Pyomo/pyomo
- Hart, William E., Carl D. Laird, Jean-Paul Watson, David L. Woodruff, Gabriel A. Hackebeil, Bethany L. Nicholson, and John D. Siirola. Pyomo – Optimization Modeling in Python. Second Edition. Vol. 67. Springer, 2017.
- https://github.com/jckantor/ND-Pyomo-Cookbook
NEOS Solver - How to use it
https://github.com/salvapineda/notebooks/blob/main/UserTimePyomoNeos.ipynb Pyomo/pyomo#1784 Pyomo/pyomo#1817
https://neos-server.org/neos/solvers/index.html https://github.com/tvaditya/pyomoexamples/blob/master/FoodStore.ipynb https://github.com/brentertainer/pyomo-tutorials
pyomo solve --solver=cplex --solver-manager=neos myModel.py
Thanks to the Pyomo team for this easy to use library and the extended documentation about it