Section 2.3 Graph Coloring By Katie Lessard & Colleen Raimondi.

Slides:



Advertisements
Similar presentations
THE LIST COLORING CONJECTURE nicla bernasconi. topics Introduction – The LCC Kernels and choosability Proof of the bipartite LCC.
Advertisements

The Grammar According to West By D.B. West. 5. Expressions as units. There exists i < j with x i = x j. ( Double-Duty Definition of i, not OK ) There.
22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
From Coloring Maps to Avoiding Conflicts Nathaniel Dean, Robert M. Nehs, and Tong Wu Department of Mathematical Sciences Texas Southern University 3100.
Section 1.7: Coloring Graphs
GRAPH COLORING AND ALLOTTING GATES FOR FLIGHTS PRESENTED BY AMUKTAMALYADA REDDY JAMBULA.
2.2 – Linear Equations and their Intercepts. Recall… Linear Equation = equation in the form: ax + by = c – Highest Power (Degree) = 1 Non-Linear Equation.
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
NP-Complete Problems Reading Material: Chapter 10 Sections 1, 2, 3, and 4 only.
Graph Colouring Lecture 20: Nov 25.
Coloring Graphs This handout: Coloring maps and graphs
Graph Theory Ch.5. Coloring of Graphs 1 Chapter 5 Coloring of Graphs.
Engineering 1182 College of Engineering Engineering Education Innovation Center Missing Lines Section of Text.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
22C:19 Discrete Math Graphs Spring 2014 Sukumar Ghosh.
Graph Coloring.
CS 2813 Discrete Structures
Coloring 3/16/121. Flight Gates flights need gates, but times overlap. how many gates needed? 3/16/122.
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
1/22/03Tucker, Applied Combinatorics, Section EDGE COUNTING TUCKER, APPLIED COMBINATORICS, SECTION 1.3, GROUP B Michael Duquette & Amanda Dargie.
9.2 Graph Terminology and Special Types Graphs
Graph Coloring.
Modeling Using Colorability Presented by: Kelley Louie CSC 252 Algorithms 252a-aj.
UNIT 3 THINKING MATHEMATICALLY BY BLITZER Hamilton Paths and Hamilton Circuits.
Chapter 4 sections 1 and 2.  Fig. 1  Not connected  All vertices are even.  Fig. 2  Connected  All vertices are even.
1 Graph Coloring: An Overview Graph Coloring Basics Planar/4-color Graphs Applications New Register Allocation Technique.
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
Graph Colouring L09: Oct 10. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including the famous.
Planar Graphs Graph Coloring
Chapter 10.8 Graph Coloring
CSE, IIT KGP Graph Coloring. CSE, IIT KGP K-coloring A k-coloring of G is a labeling f:V(G)  {1,…,k}.A k-coloring of G is a labeling f:V(G)  {1,…,k}.
Sec. 5.1: Planarity & Coloring
Graph.
Graph Coloring. Vertex Coloring problem in VLSI routing channels Standard cells Share a track Minimize channel width- assign horizontal Metal wires to.
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Chap. 11 Graph Theory and Applications 1. Directed Graph 2.
Introduction to Graph Theory
Homework Assignment Pg: 429 (1-3 all,6-8 all, 18,21,28)
Chapter 10.8 Graph Coloring These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7 th ed., by Kenneth.
A problem with train tracks and interval graphs PRESENTED BY MANVITHA NELLORE.
Graph Coloring: Background and Assignment Networked Life NETS 112 Fall 2014 Prof. Michael Kearns.
Adversarial Coloring, Covering and Domination Chip Klostermeyer.
Map Coloring Vertex Drawing Txt: mini excursion 2 (p ) & SOL: DM.1 Classwork Project Assigned due in two blocks (print the rubric at the end of.
Presented By Ravindra Babu, Pentyala.  Real World Problem  What is Coloring  Planar Graphs  Vertex Coloring  Edge Coloring  NP Hard Problem  Problem.
Timetable Problem solving using Graph Coloring
Graph Coloring.
Graph Coloring Lots of application – be it mapping routes, coloring graphs, building redundant systems, mapping genes, looking at traffic patterns (see.
Lecture 19: CONNECTIVITY Sections
2.3 Graph Coloring Homework (MATH 310#3W):
AND.
Can you draw this picture without lifting up your pen/pencil?
Chapter 4 Review Math Analysis
Graph Theory Graph Colorings.
Chapter 10.8 Graph Coloring
Coloring Graphs This handout: Coloring maps and graphs
Chapter 10.8 Graph Coloring
Chapter 10.8 Graph Coloring
Allocating time to Instructors
Applied Combinatorics, 4th ed. Alan Tucker
Graph Coloring.
Chapter 10.8 Graph Coloring
y = mx + b y – y1 = m (x – x1) Topic: Writing Equations given two
Bipartite graphs and Planar Graphs
I will write a quadratic function in vertex form.
Section Linear Programming
Dominating Set By Eric Wengert.
Functions and Relations
Presentation transcript:

Section 2.3 Graph Coloring By Katie Lessard & Colleen Raimondi

Section 2.3 Graph Coloring Coloring- a coloring of a graph G assigns colors to the vertices of G so that adjacent vertices are given different colors. d a b c a b c d In the case of edge coloring, no edges that share a common vertex can be the same color.

Section 2.3 Graph Coloring Chromatic number- the minimal number of colors in a graph. a b cd The chromatic number for this graph is 3. Note: Each color class gives an independent set of vertices (vertices with no edges between them).

Section 2.3 Graph Coloring Note: In order to verify that the chromatic number of a graph is a number k, we must also show that the graph can not be properly colored with k-1 colors. In other words the goal is to show that the (k-1)-coloring we might construct for the graph must force two adjacent vertices to have the same color.

Example 1 Pg. 77 in the text. Find the chromatic number of the graph. The chromatic number is 4

Example 2 Pg. 78 in the text. Find the chromatic number of the graph. This form of graph is called a wheel. The chromatic number is 4 In general, wheel graphs with an even number of “spokes” can be 3-colored whereas wheels with an odd number of “spokes” require 4 colors.

Example 3 Pg 79 in the text Problem: A state legislature has many committees that meet for one hour each week. One wants a schedule of committee meetings times that minimize the total number of hours but such that two committees with overlapping membership do not meet at the same time. The chromatic number of this graph is four. Thus four hours suffice to schedule committee meetings without conflict.

Class Work Problem (Pg. 83 #2 b.) For this graph give the chromatic color number for the vertices, the edges, and tell how this relates to bipartite graphs in general. Vertices colors = 2 Edge colors = 3 For bipartite graphs in general, the edge color is the the degree of the highest vertex, and the vertices color is always 2.