Implementing simple mathimatical models using Pyomo
Examples solved in this folder are from two main sources:
1- Pyomo Documentation
• Abstract Model Example: https://pyomo.readthedocs.io/en/stable/pyomo_overview/simple_examples.html
• Concrete Model Example: https://pyomo.readthedocs.io/en/stable/pyomo_overview/simple_examples.html
• Farmer Example: https://pyomo.readthedocs.io/en/stable/modeling_extensions/pysp.html
2- Operations Research , An Introduction , Ninth Edition , Hamdy A. Taha
• Reddy Mikks Example : Chapter 2, Example 2.1-1