Presentation is loading. Please wait.

Presentation is loading. Please wait.

Decision Maths Networks Kruskals Algorithm Wiltshire Networks A Network is a weighted graph, which just means there is a number associated with each.

Similar presentations


Presentation on theme: "Decision Maths Networks Kruskals Algorithm Wiltshire Networks A Network is a weighted graph, which just means there is a number associated with each."— Presentation transcript:

1

2 Decision Maths Networks Kruskals Algorithm

3 Wiltshire Networks A Network is a weighted graph, which just means there is a number associated with each edge. The numbers can represent distances, costs, times in real world applications. Obvious examples include maps and similar geographical networks.

4 Wiltshire Networks

5 Wiltshire Minimum Connector Problem Basically you need to travel to every node using the least total length. Consider 4 houses in a Network shown in the diagram below. The weight on each arc represents the distance between each house. An Electricity company wants to supply every house by using as little cable as possible. Clearly the shortest possible route is to go from A to B to C and then to D. So 4 + 3 + 3 = 10, there is no shorter way of supplying every house.

6 Wiltshire Algorithms The previous example was a simple one and the solution was very easy to spot. For more complicated examples you will need to use an algorithm. An Algorithm is simply a list of instructions that solve a particular problem. (You will cover Algorithms in more depth later on in the course)

7 Wiltshire Kruskal`s Algorithm There are 3 steps to follow in Kruskal`s Algorithm. Step 1 – Select the shortest arc in the network. Step 2 – Select the shortest arc from those which are remaining. Ensure that you do not create a cycle. If you do ignore and move on to the next shortest arc. Step 3 – If all the vertices are connected then stop. If not return to step 2.

8 Wiltshire Example Consider the Network below. It helps to rank the arcs in increasing order.

9 Wiltshire Applying the Algorithm 1 – Start by selecting the smallest arc, AB or DE, it makes no difference. Select AB.

10 Wiltshire Applying the Algorithm 2 – Now select the next smallest, which is DE.

11 Wiltshire Applying The Algorithm 3 – Next we can select CF or ` DF, again it makes no difference. Lets pick DF.

12 Wiltshire Applying the Algorithm. Next select CF.

13 Wiltshire Applying the Algorithm The next smallest length is EF. However there is already a route from E to F, so this arc is not required.

14 Wiltshire Applying the Algorithm Adding CD will again create a loop so the last arc to add is AF. All vertices are now joined so the problem is complete.

15 Wiltshire Question – Ex 3a pg 66 q1 Find the minimal spanning tree and associated shortest distance for the network below:

16 Wiltshire Solution – Ex 3a pg 66 q1

17 Wiltshire Solution – Ex 3a pg 66 q1

18 Wiltshire Solution – Ex 3a pg 66 q1

19 Wiltshire Solution – Ex 3a pg 66 q1

20 Wiltshire Solution – Ex 3a pg 66 q1

21 Wiltshire Solution – Ex 3a pg 66 q1

22 Wiltshire Solution – Ex 3a pg 66 q1

23 Wiltshire Solution – Ex 3a pg 66 q4

24 Wiltshire Solution – Ex 3a pg 66 q4

25 Wiltshire Solution – Ex 3a pg 66 q4

26 Wiltshire Solution – Ex 3a pg 66 q4

27 Wiltshire Solution – Ex 3a pg 66 q4

28 Wiltshire Solution – Ex 3a pg 66 q4

29 Wiltshire Solution – Ex 3a pg 66 q4

30 Wiltshire Solution – Ex 3a pg 66 q4

31 Wiltshire Solution – Ex 3a pg 66 q4

32 Wiltshire Solution – Ex 3a pg 66 q4

33 Wiltshire Solution – Ex 3a pg 66 q4

34 Wiltshire Solution – Ex 3a pg 66 q4

35 Wiltshire Solution – Ex 3a pg 66 q4

36 Wiltshire Solution – Ex 3a pg 66 q4

37 Wiltshire Solution – Ex 3a pg 66 q4

38 Wiltshire Solution – Ex 3a pg 66 q4


Download ppt "Decision Maths Networks Kruskals Algorithm Wiltshire Networks A Network is a weighted graph, which just means there is a number associated with each."

Similar presentations


Ads by Google