-
Revision:Transportation Problems
TSR Wiki > Study Help >Subjects and Revision > Revision Notes > Mathematics > Transportation Problems
Contents |
Transportation Problem
The problem details trying to find the cheapest way in moving a product from a number of suppliers to a number of warehouses. The way these problems are normally represented are in a table:
In this example, bakery two has 8 loaves of bread that it would like to sell. And, for example, it would cost £4 to send a loaf of bread from bakery 2 to warehouse 1.
Formation as a Linear Programming Problem
When you're forming problems in the form of a Linear Programming problem, you have to include two things, the objective function, that is, what you want to maximise or minimise; as well as the constraints. You also need to set your decision variables. This is done in the following way:
= The no. of loaves sent from bakery
to warehouse
From here, you can set your constraints. Each of these formulae basically state that you can't send more bread out than a supermarket has, or that you can't send more bread to a warehouse that it wants.
The objective function is equal to the total cost of all of it; namely, the sum of each of the loaves of bread on each route, times the cost for that route.
This could be solved using the simplex method. Fortunately, you will never be asked to do it.
Finding an optimal solution
For an algorithm on how to find an optimal solution, go to Revision Notes: Transportation Algorithm
Unbalanced Problems
For information on unbalanced transportation problems, go to Revision Notes: Unbalanced Transportation Problems