This project demonstrates solving a business optimization problem using Linear Programming in Python with PuLP.
Maximize profit by deciding how many units of Product A and B to produce given labor and machine constraints.
Install dependencies:
pip install -r requirements.txt
Run:
python task4_factory_optimization.ipynb