




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Route, Stepsinthe, Andconstruct, Thedistance, Fortheset, Choosenode4, Questions
Typology: Study notes
1 / 8
This page cannot be seen from the preview
Don't miss anything!





Imagine a salesman or a milk vendor or a post man who has to cover certain previously earmarked places to perform his daily routines. It is assumed that all the places to be visited by him are connected well for a suitable mode of transport. He has to cover all the locations. While doing so, if he visits the same place again and again on the same day, it will be a loss of several resources such as time, money, etc. Therefore he shall place a constraint upon himself not to visit the same place again and again on the same day. He shall be in a position to determine a route which would enable him to cover all the locations, fulfilling the constraint. The shortest route method aims to find how a person can travel from one location to another, keeping the total distance traveled to the minimum. In other words, it seeks to identify the shortest route to a series of destinations.
Let us consider a real life situation involving a shortest route problem.
MBA-H2040 Quantitative Techniques for Managers
95 Store house
Factory 40 40 35 65 70 6
The shortest route technique can be used to minimize the total distance from a node designated as the
starting node or origin to another node designated as the final node.
In the example under consideration, the origin is the factory and the final node is the store house.
The procedure consists of starting with a set containing a node and enlarging the set by choosing a node in each
subsequent step.
Step 1:
First, locate the origin. Then, find the node nearest to the origin. Mark the distance between the origin and the
nearest node in a box by the side of that node.
In some cases, it may be necessary to check several paths to find the nearest node.
Step 2:
Repeat the above process until the nodes in the entire network have been accounted for. The last distance placed in
a box by the side of the ending node will be the distance of the shortest route. We note that the distances indicated
in the boxes by each node constitute the shortest route to that node. These distances are used as intermediate
results in determining the next nearest node.
MBA-H2040 Quantitative Techniques for Managers
95 Store house
Factory 35 65 70 1 40 100 5 3 20
Now we search for the next node nearest to the set of nodes {1, 2}. For this purpose, consider those nodes
which are neighbours of either node 1 or node 2. The nodes 3, 4 and 5 fulfill this condition. We calculate the
following distances.
The distance between nodes 1 and 3 = 100.
The distance between nodes 2 and 3 = 35.
The distance between nodes 2 and 4 = 95.
The distance between nodes 2 and 5 = 65.
Minimum of {100, 35, 95, 65} = 35.
Therefore, node 3 is the nearest one to the set {1, 2}. In view of this observation, the set of nodes is enlarged
from {1, 2} to {1, 2, 3}. For the set {1, 2, 3}, there are two possible paths, viz. Path 1 โ 2 โ 3 and Path 1 โ
3 โ 2. The Path 1 โ 2 โ 3 has a distance of 40 + 35 = 75 units while the Path 1 โ 3 โ 2 has a distance of
100 + 35 = 135 units.
Minimum of {75, 135} = 75. Hence we select the path 1 โ 2 โ 3 and display this path by thick edges. The
distance 75 is marked in a box by the side of node 3. We obtain the following diagram at the end of Iteration
No. 2.
95 Store house
Factory 40 40 6 35 65 70 1 40 100 5 3 20
Factory 100
Now 2 nodes remain, viz., nodes 4 and 6. Among them, node 4 is at a distance of 135 units from the
origin (95 units from node 4 to node 2 + 40 units from node 2 to the origin). Node 6 is at a distance of 135 units
from the origin (40 + 95 units). Therefore, nodes 4 and 6 are at equal distances from the origin. If we choose
node 4, then travelling from node 4 to node 6 will involve an additional distance of 40 units. However, node 6 is
the ending node. Therefore, we select node 6 instead of node 4. Thus the set is enlarged from {1, 2, 3,
5} to {1, 2, 3, 5, 6}. The distance 135 is marked in a box by the side of node 6. Since we have got a path beginning from the start node and terminating with the stop node, we see that the solution to the given problem
has been obtained. We have the following diagram at the end of Iteration No. 4.
95 Store house
Factory 100
MBA-H2040 Quantitative Techniques for Managers