Linear Programming Contribution
Linear Programming Contribution
Optimization is the way of life. We all have finite resources and time and we want to make
the most of them. From using your time productively to solving supply chain problems for
simplest ways to perform optimization. It helps you solve some very complex optimization
problems by making a few simplifying assumptions. As a manager, you are bound to come
linear functions and then find the optimum points. The important word in the previous
sentence is depicted. The real relationships might be much more complex – but we can
Applications of linear programming are everywhere around you. You use linear programming
at personal and professional fronts. You are using linear programming when you are driving
from home to work and want to take the shortest route. Or when you have a project delivery
you make strategies to make your team work efficiently for on-time delivery.
Let’s say a FedEx delivery man has 6 packages to deliver in a day. The warehouse is located
the lines indicate the distance between the cities. To save on fuel and time the delivery person
then come up with the shortest route. This technique of choosing the shortest route is called
linear programming.
In this case, the objective of the delivery person is to deliver the parcel on time at all 6
destinations. The process of choosing the best route is called Operation Research. Operation
system.
Linear programming is used for obtaining the most optimal solution for a problem with given
Is the linear representation of the 6 points above representative of the real-world? Yes and
No. It is an oversimplification as the real route would not be a straight line. It would likely
have multiple turns, U-turns, signals and traffic jams. But with a simple assumption, we have
reduced the complexity of the problem drastically and are creating a solution that should
Linear programming is used in various industries. The manufacturing and service industry
uses linear programming on a regular basis. Below are the various applications of Linear
programming.
Since the number of products in the market has increased in leaps and bounds, it is
popular traveling salesman problem. The service industry uses optimization for
finding the best route for multiple salesmen traveling to multiple cities.
4. Optimizations are also used in Machine Learning. Supervised Learning works on the
model of a function from the labelled input data that can predict values from an
References
at https://www.analyticsvidhya.com/blog/2017/02/lintroductory-guide-on-linear-programming-
explained-in-simple-english/
Example
Maria has an online shop where she sells handmade paintings and cards. She sells the
painting for $50 and the card for $20. It takes her 2 hours to complete 1 painting and 45
minutes to make a single card. She also has a day job and makes paintings and cards in her
free time. She cannot spend more than 15 hours a week to make paintings and cards.
Additionally, she should make not more than 10 paintings and cards per week.
She makes a profit of $25 on painting and $15 on each card. How many paintings and cards
should she make each week to maximize her profit?
Solution
x = number of paintings
y = number of cards
Since she makes $25 profit in each sold painting and $15 on each sold card, therefore the
objective function is:
Step 3 - Identify the set of constraints
It takes her 2 hours to complete a painting and 45 minutes to make a card. She cannot spend
more than 15 hours a week in making cards and painting.
And
Use the coordinates of the vertices and substitute them in the objective function to yield the
maximum point.
Maximum
The above calculations show that Maria can make the maximum profit of $210 a week by
making 6 paintings and 4 cards.