Discrete Math: Hamilton Circuits

Slides:



Advertisements
Similar presentations
Math for Liberal Studies. This graph does not have an Euler circuit. This graph does have an Euler circuit.
Advertisements

Chapter 8 Topics in Graph Theory
22C:19 Discrete Math Graphs Fall 2010 Sukumar Ghosh.
Graph-02.
Section 14.1 Intro to Graph Theory. Beginnings of Graph Theory Euler’s Konigsberg Bridge Problem (18 th c.)  Can one walk through town and cross all.
Section 2.1 Euler Cycles Vocabulary CYCLE – a sequence of consecutively linked edges (x 1,x2),(x2,x3),…,(x n-1,x n ) whose starting vertex is the ending.
A traveling salesman has customers in 5 cities which we will call A, B, C, D, and E. The salesman needs to travel to all 5 cities with his trip starting.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
Homework collection Thursday 3/29 Read Pages 160 – 174 Page 185: 1, 3, 6, 7, 8, 9, 12 a-f, 15 – 20.
Eulerizing Graph Ch 5.
4/17/2017 Section 8.5 Euler & Hamilton Paths ch8.5.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 5,Wednesday, September 10.
Traveling-Salesman Problem Ch. 6. Hamilton Circuits Euler circuit/path => Visit each edge once and only once Hamilton circuit => Visit each vertex once.
MTH118 Sanchita Mal-Sarkar. Routing Problems The fundamental questions: Is there any proper route for the particular problem? If there are many possible.
Discrete Math Round, Round, Get Around… I Get Around Mathematics of Getting Around.
5.1  Routing Problems: planning and design of delivery routes.  Euler Circuit Problems: Type of routing problem also known as transversability problem.
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
7.1 and 7.2: Spanning Trees. A network is a graph that is connected –The network must be a sub-graph of the original graph (its edges must come from the.
6.1 Hamilton Circuits and Paths: Hamilton Circuits and Paths: Hamilton Path: Travels to each vertex once and only once… Hamilton Path: Travels to each.
Euler and Hamilton Paths. Euler Paths and Circuits The Seven bridges of Königsberg a b c d A B C D.
CSNB143 – Discrete Structure Topic 9 – Graph. Learning Outcomes Student should be able to identify graphs and its components. Students should know how.
5.4 Graph Models (part I – simple graphs). Graph is the tool for describing real-life situation. The process of using mathematical concept to solve real-life.
Examples Euler Circuit Problems Unicursal Drawings Graph Theory
Aim: What is an Euler Path and Circuit?
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 5 The Mathematics of Getting Around 5.1Euler Circuit Problems 5.2What.
EXCURSIONS IN MODERN MATHEMATICS SIXTH EDITION Peter Tannenbaum 1.
6.1 Hamilton Circuits and Hamilton Path
CIRCUITS, PATHS, AND SCHEDULES Euler and Königsberg.
Vertex-Edge Graphs Euler Paths Euler Circuits. The Seven Bridges of Konigsberg.
AND.
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 15 Graph Theory.
Chapter 6: Graphs 6.1 Euler Circuits
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 5 The Mathematics of Getting Around 5.1Euler Circuit Problems 5.2What.
Review Euler Graph Theory: DEFINITION: A NETWORK IS A FIGURE MADE UP OF POINTS (VERTICES) CONNECTED BY NON-INTERSECTING CURVES (ARCS). DEFINITION: A VERTEX.
Chapter 11 - Graph CSNB 143 Discrete Mathematical Structures.
1) Find and label the degree of each vertex in the graph.
Hamilton Paths and Circuits 1 Click to Start 2 3 Start End.
Excursions in Modern Mathematics Sixth Edition
Excursions in Modern Mathematics Sixth Edition
Excursions in Modern Mathematics Sixth Edition
CSNB 143 Discrete Mathematical Structures
Euler and Hamiltonian Graphs
Euler Paths and Circuits
Konigsberg’s Seven Bridges
Discrete Structures – CNS2300
Can you draw this picture without lifting up your pen/pencil?
Euler Paths and Circuits
Euler Paths and Circuits
This unit is all about Puzzles Games Strategy.
* Hamiltonian Circuits introduction
Introduction to Graph Theory Euler and Hamilton Paths and Circuits
6.1 Hamilton Circuits and Hamilton Path
Excursions in Modern Mathematics Sixth Edition
5 The Mathematics of Getting Around
Konigsberg- in days past.
Warm Up – Wednesday.
5 The Mathematics of Getting Around
Discrete Mathematics Lecture 13_14: Graph Theory and Tree
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Euler and Hamilton Paths
Hamilton Paths and Hamilton Circuits
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,
Euler Paths and Euler Circuits
Applied Combinatorics, 4th Ed. Alan Tucker
Warm Up – Tuesday Find the critical times for each vertex.
Warm Up – 3/19 - Wednesday Give the vertex set. Give the edge set.
Chapter 10 Graphs and Trees
Hamilton Paths and Circuits
Presentation transcript:

Discrete Math: Hamilton Circuits Objective: To introduce Hamilton Circuits Last class we talked about Euler Paths and Euler Circuits and how to identify optimize the graphs. We left off talking about the Bridges of Madison County problem. Number of edges that need to be crossed? Total cost of the trip The photographer needs to start and end in the same place. Need a Euler Circuit with no odd vertices. Had 4 odd vertices. I added another link between L and D and another link between R and B. 11x25 = 275 to cross each bridge once Plus another 2x25 = 50 for the two additional links representing retrace) Total: $325 The photographer has the freedom to choose any starting and ending point he choses. Need a Euler path with exactly 2 odd vertices. Had 4 odd vertices, so I added a link between R and B, converting those 2 odd vertices to even vertices. 11x23 =275 1 x 25 = 25 Total: $300 The photographer must start his trip a point B and end the trip at point L. Need a Euler path where B and L remain odd and are the only odd vertices. I added links between C and D, between R and A, to make R and D even. These changes made A and C odd, so make those vertices even again, I added a third link connecting A and C. 11x 25 = 275 3x 23 = 75

Hamilton Paths and Circuits A Hamilton Path Is a path that visits each vertex of the graph once and only once. A Hamilton Circuit Is a path that visits each vertex of the graph once and only once and ends at the starting point. Look at the following graphs: How are Euler paths and Hamilton paths related? Euler Circuit Euler Path Hamilton Circuit Hamilton Path a Yes No b c d e f Conclusion: The existence of an Euler path or Circuit tells us nothing about the existence of a Hamilton path or circuit.

Dirac’s theorem: If a connected graph has N vertices (N>2) and all of them have degree bigger or equal to N/2, then the graph has a Hamilton Circuit. A complete graph is a graph with N vertices in which every pair of distinct vertices is joined by an edge. Examples of complete graphs Number of Edges in 𝐾 𝑁 : 𝐾 𝑁 has N(N-1)/2 edges Can you tell how many Hamilton Circuits on in each figure above? Number of Hamilton Circuits in 𝐾 𝑁 : 𝑁−1 ! Distinct Hamilton circuits in 𝐾 𝑁 Hamilton Path Puzzles