A Python tool backed by PuLP to schedule roast dinners. Specify your dish requirements and oven constraints and output a cooking scheduled optimised for speed and deliciousness.
- Specify your problem through DishConfig and SystemConfig: cooking times, oven space, etc.
- Export the solved model as a human-readable recipe.
For a technical description of the model, see [the model documentation](model docs).
- TODO
You can install Roastmaster via pip from PyPI:
$ pip install roastmaster
Please see the Command-line Reference for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Roastmaster is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.