Student:連敏筠 Advisor:傅恆霖

Slides:



Advertisements
Similar presentations
Graph-02.
Advertisements

1 NP-completeness Lecture 2: Jan P The class of problems that can be solved in polynomial time. e.g. gcd, shortest path, prime, etc. There are many.
 Graph Graph  Types of Graphs Types of Graphs  Data Structures to Store Graphs Data Structures to Store Graphs  Graph Definitions Graph Definitions.
GOLOMB RULERS AND GRACEFUL GRAPHS
1 Construction of Hamiltonian Cycles in Layered Cubic Planar Graphs Graphs and Combinatorics 2002 D.S. Franzblau Department of Mathematics, CUNY/College.
Small cycle cover of 3-connected cubic graphs Fan Yang ( 杨帆 ) and Xiangwen Li ( 李相文 ) Dep. of Mathematics Huazhong Normal University, Wuhan, China
Graph Theory Ming-Jer Tsai. Outline Text Book Graph Graph Theory - Course Description The Topics in the Class Evaluation.
Graph Algorithms: Minimum Spanning Tree We are given a weighted, undirected graph G = (V, E), with weight function w:
2007 Kézdy André Kézdy Department of Mathematics University of Louisville * Preliminary report.  More -valuations for trees via the combinatorial nullstellensatz*
Graph Theory Ming-Jer Tsai. Outline Graph Graph Theory Grades Q & A.
Greedy Algorithms Reading Material: Chapter 8 (Except Section 8.5)
Outline Circuits and flows Reorientation and geometry
Balanced Path Decompositions of Crowns and Directed Crowns Hung-Chih Lee and Shun-Li Hsu Department of Information Technology Ling Tung University Taichung,
Definition Dual Graph G* of a Plane Graph:
Lower Bounds on the Distortion of Embedding Finite Metric Spaces in Graphs Y. Rabinovich R. Raz DCG 19 (1998) Iris Reinbacher COMP 670P
1 More Applications of the Pumping Lemma. 2 The Pumping Lemma: Given a infinite regular language there exists an integer for any string with length we.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
Greedy Algorithms Like dynamic programming algorithms, greedy algorithms are usually designed to solve optimization problems Unlike dynamic programming.
Rectangular Drawing Imo Lieberwerth. Content Introduction Rectangular Drawing and Matching Thomassen’s Theorem Rectangular drawing algorithm Advanced.
Antimagic Labellings of Graphs Torsten Mütze Joint work with Dan Hefetz and Justus Schwartz.
Problem: Induced Planar Graphs Tim Hayes Mentor: Dr. Fiorini.
Krakow, Summer 2011 Circle and Sphere Orders William T. Trotter
Minimum Spanning Trees. Subgraph A graph G is a subgraph of graph H if –The vertices of G are a subset of the vertices of H, and –The edges of G are a.
TECH Computer Science Graph Optimization Problems and Greedy Algorithms Greedy Algorithms  // Make the best choice now! Optimization Problems  Minimizing.
1 A fast algorithm for Maximum Subset Matching Noga Alon & Raphael Yuster.
Strong list coloring, Group connectivity and the Polynomial method Michael Tarsi, Blavatnik School of Computer Science, Tel-Aviv University, Israel.
On-line list colouring of graphs Xuding Zhu Zhejiang Normal University.
Chapter 1 Fundamental Concepts II Pao-Lien Lai 1.
Expanders via Random Spanning Trees R 許榮財 R 黃佳婷 R 黃怡嘉.
 Rooted tree and binary tree  Theorem 5.19: A full binary tree with t leaves contains i=t-1 internal vertices.
1/24 Introduction to Graphs. 2/24 Graph Definition Graph : consists of vertices and edges. Each edge must start and end at a vertex. Graph G = (V, E)
5.5.2 M inimum spanning trees  Definition 24: A minimum spanning tree in a connected weighted graph is a spanning tree that has the smallest possible.
A Survey on the 3-Decomposition Conjecture Arthur Hoffmann-Ostenhof, Technical University of Vienna Pilsen, 2015.
An Introduction to Graph Theory
Mutually independent Hamiltonian cycles on Cartesian product graphs Student: Kai-Siou Wu ( 吳凱修 ) Adviser: Justie Su-Tzu Juan 1National Chi Nan University.
 Quotient graph  Definition 13: Suppose G(V,E) is a graph and R is a equivalence relation on the set V. We construct the quotient graph G R in the follow.
Dense graphs with a large triangle cover have a large triangle packing Raphael Yuster SIAM DM’10.
Introduction to Graph Theory
Introduction to Graph Theory
Chromatic Coloring with a Maximum Color Class Bor-Liang Chen Kuo-Ching Huang Chih-Hung Yen* 30 July, 2009.
5.6 Prefix codes and optimal tree Definition 31: Codes with this property which the bit string for a letter never occurs as the first part of the bit string.
Fundamental Graph Theory (Lecture 1) Lectured by Hung-Lin Fu 傅 恆 霖 Department of Applied Mathematics National Chiao Tung University.
Trees.
Antimagic Labellings of Graphs
Lecture 19: CONNECTIVITY Sections
Applied Discrete Mathematics Week 13: Graphs
Proof technique (pigeonhole principle)
Graphs Hubert Chan (Chapter 9) [O1 Abstract Concepts]
Richard Anderson Lecture 26 NP-Completeness
Minimum Spanning Tree Chapter 13.6.
NP-Completeness (2) NP-Completeness Graphs 7/23/ :02 PM x x x x
Graph theory Definitions Trees, cycles, directed graphs.
Introduction to Trees Section 11.1.
Chapter 5. Optimal Matchings
ICS 353: Design and Analysis of Algorithms
Richard Anderson Lecture 25 NP-Completeness
Richard Anderson Lecture 28 NP-Completeness
Approximation Algorithms
Problem Solving 4.
Multicolored Subgraphs in an Edge-colored Complete Graph
Turán type problems and polychromatic colorings on the hypercube
Richard Anderson Lecture 26 NP-Completeness
MAT 2720 Discrete Mathematics
Rainbow Graph Designs Hung-Lin Fu (傅 恒 霖)
Existence of 3-factors in Star-free Graphs with High Connectivity
N(S) ={vV|uS,{u,v}E(G)}
Locality In Distributed Graph Algorithms
Treewidth meets Planarity
Lecture 24 Vertex Cover and Hamiltonian Cycle
Exam 3 review Chapter 9- Graphs.
Presentation transcript:

Student:連敏筠 Advisor:傅恆霖 Cycle Cover of Graphs National Chiao Tung University Student:連敏筠 Advisor:傅恆霖 2019/2/25

Outline Introduction and Preliminaries Main Results Conclusion 2019/2/25

1. Introduction and Preliminaries Definition. (Cycle cover) A cycle cover of G is a collection C of cycles of G which covers all edges of G; C is called a cycle m-cover if each edge of G is covered exactly m times. 2019/2/25

Example: Cycle Cover G: C: 2019/2/25

Example: Cycle 2-Cover G: C: 2019/2/25

Definition. (Contraction) Contract an edge e. contract e e Contract a subgraph F. contract F F 2019/2/25

Definition. (Subdivision) Subdivision an edge xy. x x x H: H: G: z w y y y 2019/2/25

Definition. (Isomorphism) An isomorphism from a graph G to a graph H is a bijection Definition. (Homeomorphic) Two graphs G and G' are homeomorphic if there is an isomorphism from some subdivision of G to some subdivision of G'. 2019/2/25

Definition. (Integer Flow) An orientation of an undirected graph is an assignment of a direction to each edge. For each vertex , v 2019/2/25

v A flow in G under orientation D is an integer-valued function on E(G) such that 2019/2/25

The support of is defined by For a positive k, if then is called a k-flow. If , then is called a nowhere-zero k-flow. 2019/2/25

1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Example: nowhere-zero 2-flow 2019/2/25

Let G be an r-regular and r-edge-connected graph then G is an r-graph. Definition. (r-graph) An r-graph G is an r-regular graph such that for each vertex subset with Lemma. Let G be an r-regular and r-edge-connected graph then G is an r-graph. 2019/2/25

Theorem 1. (Edmond [1965]) Let G be an r-graph. Then there is an integer p and a family M of perfect matchings such that each edge of G is contained in exactly p members of M. 2019/2/25

Definition. (weighted graph) A graph is called a weighted graph if each edge e is assigned a nonnegative real number , called a weight of e. Let G be a weighted graph and H a subgraph of G. The weight of H is defined by Theorem 2. Let G be an r-graph where is odd. Then G contains a perfect matching M such that 2019/2/25

Theorem. (Alon and Tarsi [1985]) Every bridgeless graph G has a cycle cover of size at most Conjecture. (Tutte’s 3-flow conjecture) Every 4-edge-connected graph has a nowhere-zero 3-flow. Definition: For a flow in G, we define 2019/2/25

(2) If G has a nowhere-zero 6-flow such that Theorem. (Fan [1993]) If Tutte’s 3-flow conjecture is true, then every bridgeless graph G has a nowhere-zero 6-flow such that (2) If G has a nowhere-zero 6-flow such that , then G has a cycle cover in which the sum of lengths of the cycles in the cycle cover is at most ※ bridgeless graph = 2-edge-connected. 2019/2/25

2. Main Results If Tutte’s 3-flow Conjecture is true. (1) (k is odd) Every graph which is homeomorphic to (k-1)-edge- connected graph G with has a nowhere-zero 6- flow such that , then G has a cycle cover in which the size of the cycles is at most 2019/2/25

Every graph which is homeomorphic to (k-1)-edge- Main Theorem (2) (k is even) Every graph which is homeomorphic to (k-1)-edge- connected graph G with has a nowhere-zero 6- flow such that , then G has a cycle cover in which the size of the cycles is at most 2019/2/25

If Tutte’s 3-Flow Conjecture is true, then every graph which Consider k is odd. Theorem 3. If Tutte’s 3-Flow Conjecture is true, then every graph which is homeomorphic to a (k-1)-edge-connected graph G with has an even subgraph F and 3-flow such that 2019/2/25

If Tutte’s 3-Flow Conjecture is true, then every weighted (k- Theorem 4. If Tutte’s 3-Flow Conjecture is true, then every weighted (k- 1)-edge-connected graph G with has an even subgraph F and 3-flow such that 2019/2/25

Proof: 2019/2/25

Lemma 1. Let G be an (r-1)-edge-connected graph with . Then for each , there exist two edges and such that is (r-1)-edge-connected. 2019/2/25

Let G be an (k-1)-edge-connected graph with δ(G) = k. Fact 1. Let G be an (k-1)-edge-connected graph with δ(G) = k. y G’ G x z 2019/2/25

Lemma 3. If Tutte’s 3-Flow Conjecture is true, then every weighted (k-1)-edge-connected graph G (k is odd) has an even subgraph F and 3-flow such that Lemma 4. If G is a counterexample of Theorem 4 with a minimum number of edges, then G is simple, k-regular and k-edge-connected. 2019/2/25

Theorem 5. If a (k-1)-edge-connected graph G with (k is odd) has a nowhere-zero 6-flow such that , then G has a cycle cover in which the size of the cycle cover is at most 2019/2/25

3. Conclusion Theorem. (Fan) If Tutte’s 3-flow conjecture is true than G has a nowhere- zero 6-flow such that , then G has a cycle cover in which the sum of lengths of the cycles in the cycle cover is at most 2019/2/25

If Tutte’s 3-flow conjecture then every graph which is Main Theorem. (1) k is odd If Tutte’s 3-flow conjecture then every graph which is homeomorphic to a (k-1)-edge-connected graph G with has a nowhere-zero 6-flow such that , then G has a cycle cover in which the size of the cycles is at most 2019/2/25

If Tutte’s 3-flow conjecture then every graph which is (2) k is even If Tutte’s 3-flow conjecture then every graph which is homeomorphic to a (k-1)-edge-connected graph G with has a nowhere-zero 6-flow such that , then G has a cycle cover in which the size of the cycles is at most 2019/2/25

Fan’s result can be obtained using . For ,the upper bound we obtained in this paper is asymptotically approaching to which is much better than . 2019/2/25

Thank you for your attention! 2019/2/25