With Min Cut Max Traffic Flow at Junctions using Graph. Theory. By Rohitkumar Reddy Challa

Similar documents
On A Traffic Control Problem Using Cut-Set of Graph

Theory of Computing. Lecture 10 MAS 714 Hartmut Klauck

Minimum-Spanning-Tree problem. Minimum Spanning Trees (Forests) Minimum-Spanning-Tree problem

Number Theory and Graph Theory

Algorithms and Theory of Computation. Lecture 5: Minimum Spanning Tree

Algorithms and Theory of Computation. Lecture 5: Minimum Spanning Tree

Paths. Path is a sequence of edges that begins at a vertex of a graph and travels from vertex to vertex along edges of the graph.

CPSC 536N: Randomized Algorithms Term 2. Lecture 10

Introduction to Graph Theory

Greedy Algorithms. At each step in the algorithm, one of several choices can be made.

Graphs and Network Flows IE411. Lecture 21. Dr. Ted Ralphs

COP 4531 Complexity & Analysis of Data Structures & Algorithms

Lecture 11: Maximum flow and minimum cut

Minimum Spanning Trees

Graphs and Network Flows IE411. Lecture 13. Dr. Ted Ralphs

Jessica Su (some parts copied from CLRS / last quarter s notes)

Discrete Mathematics and Probability Theory Fall 2013 Vazirani Note 7

Graphs: Introduction. Ali Shokoufandeh, Department of Computer Science, Drexel University

Graph Theory. Connectivity, Coloring, Matching. Arjun Suresh 1. 1 GATE Overflow

Advanced Algorithms Class Notes for Monday, October 23, 2012 Min Ye, Mingfu Shao, and Bernard Moret

2.8. Connectedness A topological space X is said to be disconnected if X is the disjoint union of two non-empty open subsets. The space X is said to

Implementation Coloring Graph and Determination Waiting Time Using Welch-Powell Algorithm in Traffic Light Matraman

We ve done. Introduction to the greedy method Activity selection problem How to prove that a greedy algorithm works Fractional Knapsack Huffman coding

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. An Introduction to Graph Theory

Notes for Lecture 20

CS 534: Computer Vision Segmentation II Graph Cuts and Image Segmentation

SOLVING LARGE CARPOOLING PROBLEMS USING GRAPH THEORETIC TOOLS

Decreasing a key FIB-HEAP-DECREASE-KEY(,, ) 3.. NIL. 2. error new key is greater than current key 6. CASCADING-CUT(, )

I. Replacement and upgrade of Span Wire Traffic Signal at Indian River Road and Princess Anne Road

Section 8.2 Graph Terminology. Undirected Graphs. Definition: Two vertices u, v in V are adjacent or neighbors if there is an edge e between u and v.

Definition For vertices u, v V (G), the distance from u to v, denoted d(u, v), in G is the length of a shortest u, v-path. 1

22 Elementary Graph Algorithms. There are two standard ways to represent a

Network flows and Menger s theorem

Announcements Problem Set 5 is out (today)!

Introduction to Graphs

Course Introduction / Review of Fundamentals of Graph Theory

DEFINITION OF GRAPH GRAPH THEORY GRAPHS ACCORDING TO THEIR VERTICES AND EDGES EXAMPLE GRAPHS ACCORDING TO THEIR VERTICES AND EDGES

Graph Algorithms Maximum Flow Applications

Tree Congestion for Complete n-partite Graphs

Design and Analysis of Algorithms

and 6.855J March 6, Maximum Flows 2

Lecture 20 : Trees DRAFT

2. CONNECTIVITY Connectivity

Minimum spanning trees

Varying Applications (examples)

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI

Stanford University CS359G: Graph Partitioning and Expanders Handout 1 Luca Trevisan January 4, 2011

23.2 Minimum Spanning Trees

V10 Metabolic networks - Graph connectivity

Notes for Lecture 24

Discrete Mathematics for CS Spring 2008 David Wagner Note 13. An Introduction to Graphs

CS 311 Discrete Math for Computer Science Dr. William C. Bulko. Graphs

Graph Theory: Introduction

Binary Relations McGraw-Hill Education

Part II. Graph Theory. Year

Planar Graph (7A) Young Won Lim 5/21/18

Graph theory: basic concepts

Minimum Cost Edge Disjoint Paths

Studying Graph Connectivity

CS 561, Lecture 9. Jared Saia University of New Mexico

Directed Graph and Binary Trees

looking ahead to see the optimum

Minimum Spanning Trees. Lecture II: Minimium Spanning Tree Algorithms. An Idea. Some Terminology. Dr Kieran T. Herley

Minimum Spanning Trees My T. UF

Cuts, Connectivity, and Flow

Material handling and Transportation in Logistics. Paolo Detti Dipartimento di Ingegneria dell Informazione e Scienze Matematiche Università di Siena

2 Review of Set Theory

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao,David Tse Note 8

CPCS Discrete Structures 1

GRAPH THEORY and APPLICATIONS. Factorization Domination Indepence Clique

Planar Graph (7A) Young Won Lim 6/20/18

Brief History. Graph Theory. What is a graph? Types of graphs Directed graph: a graph that has edges with specific directions

Artificial Intelligence

Network Design and Optimization course

22 Elementary Graph Algorithms. There are two standard ways to represent a

Basic Graph Theory with Applications to Economics

Number Theory and Graph Theory

AMS /672: Graph Theory Homework Problems - Week V. Problems to be handed in on Wednesday, March 2: 6, 8, 9, 11, 12.

Approximation Algorithms

North Bank. West Island. East Island. South Bank

CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS

Copyright 2007 Pearson Addison-Wesley. All rights reserved. A. Levitin Introduction to the Design & Analysis of Algorithms, 2 nd ed., Ch.

1 Minimum Spanning Trees (MST) b 2 3 a. 10 e h. j m

Characterizing Graphs (3) Characterizing Graphs (1) Characterizing Graphs (2) Characterizing Graphs (4)

Introduction to Mathematical Programming IE406. Lecture 16. Dr. Ted Ralphs

Discrete mathematics II. - Graphs

Lecture Summary CSC 263H. August 5, 2016

Undirected Graphs. DSA - lecture 6 - T.U.Cluj-Napoca - M. Joldos 1

Solution for Homework set 3

FY ICMA Benchmarking Results

International Journal of Scientific & Engineering Research, Volume 6, Issue 2, February-2015 ISSN

managing an evolving set of connected components implementing a Union-Find data structure implementing Kruskal s algorithm

CIS 121 Data Structures and Algorithms Minimum Spanning Trees

Strongly Connected Components. Andreas Klappenecker

CSE 417 Network Flows (pt 4) Min Cost Flows

Lecture Notes for Chapter 23: Minimum Spanning Trees

Ma/CS 6b Class 2: Matchings

Graph Connectivity G G G

Graph Theory. ICT Theory Excerpt from various sources by Robert Pergl

Matchings and Covers in bipartite graphs

Transcription:

With Min Cut Max Traffic Flow at Junctions using Graph 1 Theory By Rohitkumar Reddy Challa

2 Content: Real World Problem Construct a graph From Problem Graph Properties Solution to the Problem Conclusion References

3 A Real World Problem? Due to the permanent growth of population new roads and highways has been built in most of the modern cities to harmonize the increasing number of vehicles. The growing number of vehicles has led to the accidents, noise pollution and waste of time. These problems are managed by signal control.

4 Construct a graph From Problem

5 Graph Properties Graph Coloring, Chromatic number, Star Coloring, Star Chromatic number and Four Color theorem. CUT Cut is a partition of the vertices of a graph into two disjoint subsets. Any cut determines a cut-set, the set of edges that have one endpoint in each subset of the partition. These edges are said to cross the cut. Cut Set A cut C=(S,T) is a partition of V of a graph G=(V,E) into two subsets S and T. The cut-set of a cut C=(S,T) is the set of edges that have one endpoint in S and the other endpoint in T. If s and t are specified vertices of the graph G, then an s t cut is a cut in which s belongs to the set S and t belongs to the set T.

6 Weighted Graph: In an weighted graph and undirected graph, the size or weight of a cut is the number of edges crossing the cut. In a weighted graph, the value or weight is defined by sum of the weights of the edges crossing the cut. In this case, the capacity of a traffic intersection is defined as the maximum hourly rate at which the traffic participants or vehicles can be expected to traverse the intersection during a given time period under prevailing roadway, traffic and control conditions. The time period normally used for expressing capacity is hour. Edge-Connectivity: The edge connectivity of a graph is the largest, that is, the minimum k such that it is possible to disconnect the graph by removing k edges. In graphs that represent communication or transportation networks, the edge-connectivity is an important measure of reliability.

7 Minimum Cut: A cut is minimum if the size or weight of the cut is not larger than the size of any other cut. The illustration on the below graph shows a minimum cut: the size of this cut is 2, and there is no cut of size 1 because the graph is bridgeless. Theorem: The Max-flow min-cut theorem proves that the maximum network flow and the sum of the cut-edge weights of any minimum cut that separates the source and the sink are equal.

8 Solution to the Problem

9 Solution to the Problem

10 Solution to the Problem

11 Solution to the Problem

12 Minimization of waiting time of vehicles in Traffic signal:

13

14 The minimum number of vehicle which can be permitted through the edges is the capacity of the cut in the traffic network which means the right of way without any distraction for a smooth, safe, and better control of traffic. As the amount of the cut is obtained by the weights of the edges of the cut which is the sum of their weights. Here the sum of the weights W9+W10+W4+W7+W11+W12+W8+W13+W14+W15 of the edges must be less than or equal to 30000passenger vehicle per unit(pcu) as each has a maximum limit of 3000 passenger vehicle per unit per hour. Finally, Maximum cut value can obtained from minimum cut maximum flow theorem.

15 Conclusion: Many of the traffic real world problems can be solved by graph theory. During solving the problem we have to use the graph properties. While dealing with the R-W problems, the data what you re getting must be accurate it helpful for efficient solution to the problem. Recent days technology came on to the hands and getting efficient solutions to the traffic problems. Those are executing in real life. Finally, every one have the safer journey, cheaper journey and saving the time.

16 References: www.wikipedia.org GRAPH COLORING ANDEDGE CONNECTIVITY INTRAFFIC SIGNAL PROBLEM R.Nagarathinam, Dr. N.Parvathi. Class lectures.

17 Questions???