GSM MOBILE PHONE NETWORKS AND GRAPH COLORING

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics and Its Applications
Advertisements

Guy EvenZvi LotkerDana Ron Tel Aviv University Conflict-free colorings of unit disks, squares, & hexagons.
Graphs, Planar graphs Graph coloring
Chapter 9 Graphs.
Planar Orientations Chapter 4 ( ) in the book Written By: Tomer Heber.
9.7 Planar Graphs. Intro problem- 3 houses and 3 utilities K 3,3 problem: Can 3 houses be connected to 3 utilities so that no 2 lines cross? Similarly,
Applications of Euler’s Formula for Graphs Hannah Stevens.
Section 1.7: Coloring Graphs
Agenda: Problem statement Graph Construction Relation to graph problem Special Property Problem solution References.
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
Applied Combinatorics, 4th Ed. Alan Tucker
Drawing of G. Planar Embedding of G Proposition Proof. 1. Consider a drawing of K 5 or K 3,3 in the plane. Let C be a spanning cycle. 2. If the.
Exam Timetabling Problem using Graph Coloring
ARCHEOLOGICAL SERIATION AND INTERVAL GRAPHS
Curve Curve: The image of a continous map from [0,1] to R 2. Polygonal curve: A curve composed of finitely many line segments. Polygonal u,v-curve: A polygonal.
Chapter 9.8 Graph Coloring
CS 2813 Discrete Structures
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
Faculty of Civil Engineering Institute of Construction Informatics, Prof. Dr.-Ing. Scherer Institute of Construction Informatics, Prof. Dr.-Ing. Scherer.
MAPS OF DNA AND INTERVAL GRAPHS by Akshita Gurram.
Planar Graphs: Euler's Formula and Coloring Graphs & Algorithms Lecture 7 TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.:
More Graphs, Subgraphs and Trees Planarity and Coloring.
+ Mayukha Bairy Disk Intersection graphs and CDS as a backbone in wireless ad hoc networks.
GRAPH SPANNERS by S.Nithya. Spanner Definition- Informal A geometric spanner network for a set of points is a graph G in which each pair of vertices is.
ساختمانهای گسسته دانشگاه صنعتی شاهرود – فروردین 1392.
CS 200 Algorithms and Data Structures
 2. Region(face) colourings  Definitions 46: A edge of the graph is called a bridge, if the edge is not in any circuit. A connected planar graph is called.
1 Graph Coloring: An Overview Graph Coloring Basics Planar/4-color Graphs Applications New Register Allocation Technique.
Memory Allocation of Multi programming using Permutation Graph By Bhavani Duggineni.
Planar Graphs Graph Coloring
Chapter 10.8 Graph Coloring
Sec. 5.1: Planarity & Coloring
Graph.
GRAPH COLORING AND CLASSIFYING TROPICAL FISH By Vennam Chandrasekhar Reddy.
ساختمانهای گسسته دانشگاه صنعتی شاهرود – فروردین 1392.
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Graph Theory and Applications
Chapter 4 Partition (1) Shifting Ding-Zhu Du. Disk Covering Given a set of n points in the Euclidean plane, find the minimum number of unit disks to cover.
UNC Chapel Hill M. C. Lin Delaunay Triangulations Reading: Chapter 9 of the Textbook Driving Applications –Height Interpolation –Constrained Triangulation.
Great Theoretical Ideas in Computer Science for Some.
5-color theorem 林典濤 : PPT, Lecture note 陳咨翰 : Presentation.
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.
COMPSCI 102 Introduction to Discrete Mathematics.
BY Abilash Choudary Sukhavasi 1. Agenda Real World Scenario Objective of the Study Proposed Solution Planar Graph Graph Coloring Chromatic Number Applying.
Beth Tsai Jennifer E. Walter Nancy M. Amato Department of Computer Science Texas A&M University, College Station Distributed Reconfiguration of Metamorphic.
Presented By Ravindra Babu, Pentyala.  Real World Problem  What is Coloring  Planar Graphs  Vertex Coloring  Edge Coloring  NP Hard Problem  Problem.
Planar Graphs Hubert Chan (Chapter 9.7) [O2 Proof Techniques]
Discrete Mathematics Graph: Planar Graph Yuan Luo
Graph Coloring Lots of application – be it mapping routes, coloring graphs, building redundant systems, mapping genes, looking at traffic patterns (see.
Great Theoretical Ideas In Computer Science
5.9.2 Characterizations of Planar Graphs
Applied Combinatorics, 4th Ed. Alan Tucker
Graph theory Definitions Trees, cycles, directed graphs.
What is the next line of the proof?
Graph Theory Graph Colorings.
Planarity and Euler’s Formula
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
Chapter 10.8 Graph Coloring
Complexity Theory in Practice
Discrete Mathematics for Computer Science
Overlay of Two Subdivisions
GRAPH THEORY Properties of Planar Graphs Ch9-1.
Planarity.
Agenda Review Lecture Content: Shortest Path Algorithm
GRAPH THEORY Properties of Planar Graphs Ch9-1.
Presentation transcript:

GSM MOBILE PHONE NETWORKS AND GRAPH COLORING By, Manjeera Thogarcheti

OUTLINE Problem statement Graph construction Special properties Relation to graph problem Depicting the graph solution references

PROBLEM STATEMENT Mobile phone network area is divided into hexagonal regions or cells. Communication tower connects the mobile phones. Four frequency ranges 850, 900, 1800, 1900 bands. Assign these frequencies in such a way that no two towers should have same frequency ranges.

GRAPH CONSTRUCTION (PLANAR GRAPH) A graph can be drawn on a 2D or 3D plane without crossing the edges i.e., they intersect only at end points.

GRAPH CONSTRUCTION (DUAL GRAPH) Convert the map into dual graph. Put vertex inside each region. If the boundaries are shared, then place an edge between the vertices.

SPECIAL PROPERTIES A dual of planar graph is a plane multi graph. If G is a connected plane graph and if G′ is the dual of G then G is isomorphic to the dual of G′. A finite graph is planar if and only if it does not have K5 or K3,3 as a minor

RELATION TO GRAPH PROBLEM Restriction of four frequency ranges to place the cell towers. Usage of graph coloring concept. Chromatic number = 4 Greedy coloring algorithm.

DEPICTING THE GRAPH SOLUTION Basic Greedy coloring algorithm Let V be the number of vertices in the graph. Color first vertex with first color. Do the following for remaining V-1 vertices Consider the currently picked vertex and color it with the lowest numbered color that has not been used on any previously colored vertices adjacent to it. If all previously used colors appear on vertices adjacent to v, assign a new color to it.

REFERENCES https://www.academia.edu/2479839/Ap plications_of_Graph_Coloring_in_Moder n_Computer_Science http://www.ams.org/journals/tran/1932- 034-02/S0002-9947-1932-1501641-2/S0002- 9947-1932-1501641-2.pdf http://en.wikipedia.org/wiki/Planar_grap h http://www.geeksforgeeks.org/graph- coloring-set-2-greedy-algorithm/

THANK YOU!!

ANY QUERIES??