Unit 3 Chinese Postman. Non - Eulerian Semi - Eulerian Eulerian.

Slides:



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

The Chinese Postman Problem Route Planning Map Colouring
Discrete Mathematics 6. GRAPHS Lecture 10 Dr.-Ing. Erwin Sitompul
Discrete Maths Chapter 5: Route Inspection Lesson 1: Chinese Postman.
Introduction to Graphs
Minimum Spanning Tree Sarah Brubaker Tuesday 4/22/8.
6.8 The Cheapest-Link Algorithm. The Cheapest-Link Algorithm Pick the edge with the smallest weight and mark it Pick the next edge with the smallest weight.
MINIMAL CONNECTOR PROBLEMS Problem: A cable TV company is installing a system of cables to connect all the towns in a region. The numbers in the network.
Euler Circuits and Paths
What is the first line of the proof? a). Assume G has an Eulerian circuit. b). Assume every vertex has even degree. c). Let v be any vertex in G. d). Let.
Homework collection Thursday 3/29 Read Pages 160 – 174 Page 185: 1, 3, 6, 7, 8, 9, 12 a-f, 15 – 20.
Algorithms on graphs In Decision Mathematics, a graph consists of points (called vertices or nodes) which are connected by lines (edges or arcs). Eg in.
The Travelling Salesman Algorithm A Salesman has to visit lots of different stores and return to the starting base On a graph this means visiting every.
Graphs and Euler cycles Let Maths take you Further…
Shortest Path Algorithm This is called “Dijkstra’s Algorithm” …pronounced “Dirk-stra”
5.1  Routing Problems: planning and design of delivery routes.  Euler Circuit Problems: Type of routing problem also known as transversability problem.
© Nuffield Foundation 2011 Nuffield Free-Standing Mathematics Activity Chinese postman problems What route can I take to avoid going along the same street.
Points, Lines, and Planes Sections 1.1 & 1.2. Definition: Point A point has no dimension. It is represented by a dot. A point is symbolized using an upper-case.
Networks.
Chapter 4 sections 1 and 2.  Fig. 1  Not connected  All vertices are even.  Fig. 2  Connected  All vertices are even.
Which of these can be drawn without taking your pencil off the paper and without going over the same line twice? If we can find a path that goes over all.
Chinese Postman Algorithm Aims: To be able to use the Chinese Postman Algorithm for: all even vertices. 2 odd vertices. Starting and ending at the same.
Chinese postman problem
Can you connect the dots as shown without taking your pen off the page or drawing the same line twice.
Module 5 – Networks and Decision Mathematics Chapter 23 – Undirected Graphs.
Jeopardy Angle Pairs Bisecting $100 $100 $100 $100 $100 $200 $200 $200
4.7 Triangle Inequalities. Theorem 4.10 If one side of a triangle is longer than another side, then the angle opposite the longer side is larger than.
By Meli & Amy & Meggie & Bex. What is route inspection hmmmm??? Objective: Is to go along every single edge and end up back to where you started from.
Introduction to Graph Theory
The points of a line can be put into _____ ___ _____ ___________________ with the _______ _____________ so that the _________ between any two points is.
EULER PATHS & CHINESE POSTMAN SOL: DM.2 CLASSWORK WORKSHEET HOMEWORK (DAY 59) WORKSHEET.
Chapter 14 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
10. 2x – 5 > x; x > 524. x = 6; y = x – 3 > 6x + 5; x > 8/331. C 12. X = 45; y = F 13. X = 6; y = B 14. X = 25; y = C 15. X =
AS Decision Maths Tips for each Topic. Kruskal and Prim What examiner’s are looking for A table of values in the order that they are added and the total.
AS Maths Decision Paper January 2011 Model Answers.
The graph is neither Eulerian or Semi – Eulerian as it has 4 ODD vertices.
Chinese Postman Problem
Weighted Graphs and traveling Salesperson problem
AS Maths Decision Paper June 2011 Model Answers.
AS Maths Decision Paper June 2011 Model Answers.
2.5 Distributive Review Prize Show
Jan 2007.
Combinations COURSE 3 LESSON 11-3
تصنيف التفاعلات الكيميائية
Spanning Trees.
Graph Theory.
Quiz Review.
THE CHINESE POSTMAN PROBLEM Liz Biz and Hells Bells.
Nuffield Free-Standing Mathematics Activity
Shortest Path.
AS Maths Decision Paper January 2006 Model Answers.
Example A cable company want to connect five villages to their network which currently extends to the market town of Avonford. What is the minimum.
Shortest path algorithm
Minimum spanning trees
Angles and Bisectors.
Floyd’s Algorithm (shortest-path problem)
AS Maths Decision Paper January 2012 Model Answers.
Route Inspection The first method mark is for three distinct pairings of the correct four odd nodes. Get this wrong and you lose all say (five) marks.
AB AC AD AE AF 5 ways If you used AB, then, there would be 4 remaining ODD vertices (C, D, E and F) CD CE CF 3 ways If you used CD, then, there.
Minimum spanning trees
Route Inspection Which of these can be drawn without taking your pencil off the paper and without going over the same line twice? If we introduce a vertex.
Networks Kruskal’s Algorithm
Shortest Path.
Euler circuit Theorem 1 If a graph G has an Eulerian path, then it must have exactly two odd vertices. Theorem 2 If a graph G has an Eulerian circuit,
Kruskal’s Algorithm AQR.
If AD = 10, DC =6, and ED = 15, find DB.
Warm Up – 3/14 - Friday 100 seats are to be apportioned.
Weighted Graphs AQR.
Warm Up – 3/17 - Monday A) List the set of vertices.
Homework Solutions.
Presentation transcript:

Unit 3 Chinese Postman

Non - Eulerian Semi - Eulerian Eulerian

In a Chinese Postman problem the optimum route is only possible if the graph is EULERIAN, starting and finishing at the same point.

a) As there are 4 odd vertices at A, B, C and I the graph is neither eulerian or semi – eulerian.

The COMBINATIONS are AB + CI = = 540 AC + BI = = 600 AI + BC = = 500 REPEAT the SHORTEST DISTANCE AI + BC = = 500 TOTAL DISTANCE = 2590 The ODD VERTICES are noted down A, B, C, I

The Examiner is looking for the following points The ODD VERTICES are noted down A, B, C, I The COMBINATIONS with DISTANCES AB + CI = = 540 AC + BI = = 600 AI + BC = = 500 REPEAT the SHORTEST DISTANCE AI + BC = = 500 TOTAL DISTANCE = 2590

TOTAL NUMBER OF STATUES SEEN IS = B C D E F G H I J = 18 Statues As the number of statues seen is found by dividing the edges (INCLUDING THE REPEATED EDGES) at each vertex by 2

ODD vertices at A, C, D, F AC + DF AF + CD AD + CF AC (14) + 32 AF (10) +36 AD (26) + 50 Repeat AC + DF = 32 DF (18) = CD (26) = CF (24) = Total route is (AC + DF) 32 = 182 km

As he is starting at an ODD vertex and completing his journey at an ODD vertex (A and C) he only needs to repeat FD Total = = 168 km

ci) She needs to start at an ODD vertex and finish at an ODD vertex and REPEAT the SMALLEST value of the pairs of ODD VERTICES Smallest distance is AF (10) Distance therefore is = = 160 km cii) If she repeats AF she must start / finish at C and D

What the examiner is looking for You have stated the ODD VERTICES You have stated the different combinations and their distances You have added the new edges to your diagram You have stated which combination is repeated You have stated the total distance, showing the sum