Skip to content

samirsaci/business-profitability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Maximize your Business Profitability with Python 📈

Use linear programming to help your local bakery to improve its business profitability by selecting the right items to sell

Article

In this Article, we will see how to help your local bakery to maximize its profit by producing the right items using Linear Programming with Python.

Problem Statement

You want to help your local bakery to maximize its profit. They sell several types of product including cakes, pastries and sandwiches.

Available resources

  • 4 bakers working 6 hours per day (Total: 24 hours/day)
  • 1 assistant for sandwiches 4 hours per day
  • 2 ovens that can be used 24 hours per day (Total: 48 hours/day)
  • 100 slots available for stock and display

These items have different resource needs and profit level

Objective

What do you need to produce to maximize your daily profit?

Code

This repository code you will find all the code used to explain the concepts presented in the article.

About me 🤓

Senior Supply Chain Engineer with an international experience working on Logistics and Transportation operations.
Have a look at my portfolio: Data Science for Supply Chain Portfolio
Data Science for Warehousing📦, Transportation 🚚 and Demand Forecasting 📈