Solver Max logo
Burgers

The classic model for optimal components of a diet, built using the Pyomo Python library. Key features of this model:

  • Description: Select foods that satisfy daily nutritional requirements at minimum cost. Integer variant, based on the number of servings of each food.
  • Category: Diet.
  • Type: MILP.
  • Library: Pyomo.
  • Solver: GLPK.

Notes:

  • The model has been modified to run as a Jupyter Notebook.

GitHub: Diet in Pyomo.

Essential reading