6.1 Hamilton Circuits and Hamilton Path

Slides:



Advertisements
Similar presentations
Discrete math Objectives: To learn vocabulary, vertex/edge patterns in discrete math. Vertex Edge Graph - A collection of points some of which are joined.
Advertisements

Graph-02.
Chapter 7 Graph Theory 7.1 Modeling with graphs and finding Euler circuits. Learning Objectives: Know how to use graphs as models and how to determine.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley. All rights reserved.
1 Chapter 15.3 Hamilton Paths and Hamilton Circuits Objectives 1.Understand the definitions of Hamilton paths & Hamilton circuits. 2.Find the number of.
Graphs. Overview What is a graph? Some terminology Types of graph Implementing graphs (briefly) Some graph algorithms Graphs 2/18.
A Presentation By: Jillian Minuto Troy Norman Alan Leggett Group Advisor: Prof. G. Warrington Graph Theory.
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 Read Pages 175 – 184 Page 188: 21 – 26, 29 – 36, 41 – 44, 47 – 49, 51, 52, 59, 62, 63.
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.
§ Hamiltonian Circuits and Paths; Complete Graphs A sample-return mission sent to discover signs of microbial life on Mars is scheduled to be launched.
Traveling-Salesman Problems
Traveling-Salesman Problem Ch. 6. Hamilton Circuits Euler circuit/path => Visit each edge once and only once Hamilton circuit => Visit each vertex once.
Chapter 4 Graphs.
Euler Paths and Circuits. The original problem A resident of Konigsberg wrote to Leonard Euler saying that a popular pastime for couples was to try.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 6 The Mathematics of Touring 6.1Hamilton Paths and Hamilton Circuits.
Slide Copyright © 2009 Pearson Education, Inc. AND Active Learning Lecture Slides For use with Classroom Response Systems Chapter 14 Graph Theory.
Graph Theory Hamilton Paths and Hamilton Circuits.
5.7 Eulerizing Graphs. Euler circuit and Euler path do not always exist. There are many graphs (in real life) that have more than 2 odd vertices. Instead.
UNIT 3 THINKING MATHEMATICALLY BY BLITZER Hamilton Paths and Hamilton Circuits.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 6 The Mathematics of Touring 6.1Hamilton Paths and Hamilton Circuits.
The Traveling-Salesman Problem. Born August 4, 1805 in Dublin, Ireland Died September 2, 1865 in Dublin, Ireland Made many contributions to the Physics.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 6 The Mathematics of Touring 6.1Hamilton Paths and Hamilton Circuits.
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
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.
© 2010 Pearson Prentice Hall. All rights reserved. 1 §15.3, Hamilton Paths and Circuits.
Euler and Hamilton Paths. Euler Paths and Circuits The Seven bridges of Königsberg a b c d A B C D.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 4.2, Slide 1 4 Graph Theory (Networks) The Mathematics of Relationships 4.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 14.3 Hamilton Paths, and Hamilton Circuits.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
§ Traveling-Salesman Problems; Simple Strategies to Solve TSPs.
EXCURSIONS IN MODERN MATHEMATICS SIXTH EDITION Peter Tannenbaum 1.
CIRCUITS, PATHS, AND SCHEDULES Euler and Königsberg.
Graph Theory Hamilton Paths Hamilton Circuits and.
Associated Matrices of Vertex Edge Graphs Euler Paths and Circuits Block Days April 30, May 1 and May
Chapter 6: Graphs 6.1 Euler Circuits
Review Euler Graph Theory: DEFINITION: A NETWORK IS A FIGURE MADE UP OF POINTS (VERTICES) CONNECTED BY NON-INTERSECTING CURVES (ARCS). DEFINITION: A VERTEX.
Lecture 16: Graph Theory III Discrete Mathematical Structures: Theory and Applications.
1) Find and label the degree of each vertex in the graph.
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
Hamilton Paths and Circuits 1 Click to Start 2 3 Start End.
I can describe the differences between Hamilton and Euler circuits and find efficient Hamilton circuits in graphs. Hamilton Circuits I can compare and.
Chapter 14 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Hamilton Paths and Hamilton Circuits
Excursions in Modern Mathematics Sixth Edition
Weighted Graphs and traveling Salesperson problem
Graphs Chapter 20.
Graph theory. Graph theory Leonard Euler (“Oiler”)
Discrete Structures – CNS2300
HAMILTONIAN CIRCUIT ALGORITHMS
Hamilton Paths & Hamilton Circuits SOL: DM.2
Discrete Math: Hamilton Circuits
Can you draw this picture without lifting up your pen/pencil?
Euler Paths and Circuits
This unit is all about Puzzles Games Strategy.
Hamiltonian Circuit/Paths:
* Hamiltonian Circuits introduction
Introduction to Graph Theory Euler and Hamilton Paths and Circuits
6.1 Hamilton Circuits and Hamilton Path
Walks, Paths, and Circuits
A path that uses every vertex of the graph exactly once.
Hamiltonian Circuits and Paths Vocabulary
Discrete math Objectives: To learn vocabulary, vertex/edge patterns in discrete math. Vertex Edge Graph - A collection of points some of which are joined.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Euler and Hamilton Paths
Classwork Worksheet Homework (day 67) worksheet
Hamilton Paths and Hamilton Circuits
Warm Up – 3/19 - Wednesday Give the vertex set. Give the edge set.
Traveling Salesman Problems Nearest Neighbor Method
Presentation transcript:

6.1 Hamilton Circuits and Hamilton Path 6.2: Complete Graph

A Hamilton path is a path that goes through each vertex of the graph once and only once. F, A, B, E, C, G, D is a Hamilton path

A Hamilton circuit is a circuit that goes through each vertex of the graph once and only once (starting point and ending point is the same) F, B, E, C, G, D, A, F is a Hamilton circuit

Example: Identify Euler path, Euler circuit, Hamilton path, and/or Hamilton circuit No Euler circuit or path Hamilton path Hamilton circuit Euler Path Hamilton Path

A complete graph with N vertices is a graph in which every pair of distinct vertices is joined by an edge. Symbol is KN KN has N(N-1) / 2 edges Examples: K3 K4 K6 K3 has 3(2)/2 4(3)/2 = 6 edges 6(5)/2 = 15 edges = 3 edges

The number of Hamilton circuits in KN is (N-1)! Example: This complete graph has 4 vertices so there are (4-1)! = 3! = 3·2 ·1= 6 Hamilton circuit Let A be the reference point: A, B, C, D, A A, B, D, C, A A, C, B, D, A A, C, D, B, A A, D, B, C, A A, D, C, B, A Review Factorials in class B A Mirror Image (same circuit) C D

6.3 Traveling Salesman Problems

Traveling Salesman problem is a real life problem that involves Hamilton circuits in complete graphs Examples: Routing school buses Package deliveries Scheduling jobs on a machine Running errands around town Traveling to many different destinations

A complete weighted graph is a complete graph with weights. A weighted graph is a graph with numbers attached to its edges. These numbers are called weights. A complete weighted graph is a complete graph with weights. 45 70 20

A business man has to travel to 4 different cities and return to his home town at the end of the trip. The weights of these edges are one-way airfares between any two cities. A reward is offered to anyone who can find him the cheapest trip. Reward??? Hmm, What is it?