This repository hosts the package that is built along the Mip Go program and solves the Diet Problem to illustrate the implementation of an optimization engine.
- docs: Hosts documentation (in addition to readme files and docstrings) of the project.
- mip_me: Contains the Python package that solves the Diet Problem. It contains scripts that define the input and the output data schemas, the solution engine, and other auxiliary modules.
- test_mip_me: Hosts testing suits and testing data sets used for testing the solution throughout the development process.
pyproject.tomlandsetup.cfgare used to build the distribution files of the package (more information here).