EOQ Math Docs

Github Links:

https://github.com/Aues12/IE-Models-Catalog/blob/main/inventory_models.py

1. Basic EOQ

Basic_EOQ class of inventory_models.py.

This model is the foundation. All variations build upon it.


2. EOQ Variations

2.1 EPQ (Economic Production Quantity)

EPQ class of inventory_models.py.