Minimal Universal Bipartite Graphs

Slides:



Advertisements
Similar presentations
Algorithms Algorithm: what is it ?. Algorithms Algorithm: what is it ? Some representative problems : - Interval Scheduling.
Advertisements

Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
Covers, Dominations, Independent Sets and Matchings AmirHossein Bayegan Amirkabir University of Technology.
Minimum Clique Partition Problem with Constrained Weight for Interval Graphs Jianping Li Department of Mathematics Yunnan University Jointed by M.X. Chen.
1 Decomposing Hypergraphs with Hypertrees Raphael Yuster University of Haifa - Oranim.
Approximation Algorithms
Small Subgraphs in Random Graphs and the Power of Multiple Choices The Online Case Torsten Mütze, ETH Zürich Joint work with Reto Spöhel and Henning Thomas.
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.
B IPARTITE I NDEX C ODING Arash Saber Tehrani Alexandros G. Dimakis Michael J. Neely Department of Electrical Engineering University of Southern California.
1 NP-Complete Problems. 2 We discuss some hard problems:  how hard? (computational complexity)  what makes them hard?  any solutions? Definitions 
The Contributions of Peter L. Hammer to Algorithmic Graph Theory Martin Charles Golumbic (University of Haifa) Abstract Peter L. Hammer authored or co-authored.
Between 2- and 3-colorability Rutgers University.
CS774. Markov Random Field : Theory and Application Lecture 06 Kyomin Jung KAIST Sep
Complexity 16-1 Complexity Andrei Bulatov Non-Approximability.
Convex Grid Drawings of 3-Connected Plane Graphs Erik van de Pol.
2k-Cycle Free Bipartite Graph Steven Wu. What is a bipartite graph?
Clique-Width of Monogenic Bipartite Graphs Jordan Volz DIMACS REU 2006 Mentor: Dr. Vadim Lozin, RUTCOR.
Collective Additive Tree Spanners of Homogeneously Orderable Graphs
Comparability Graphs and Permutation Graphs Martin Charles Golumbic.
Coloring Algorithms and Networks. Coloring2 Graph coloring Vertex coloring: –Function f: V  C, such that for all {v,w}  E: f(v)  f(w) Chromatic number.
Small Subgraphs in Random Graphs and the Power of Multiple Choices The Online Case Torsten Mütze, ETH Zürich Joint work with Reto Spöhel and Henning Thomas.
Solving the Maximum Independent Set Problem for -free planar graphs Sarah Bleiler DIMACS REU 2005 Advisor: Dr. Vadim Lozin, RUTCOR.
Clique Width of Monogenic Bipartite Graphs Jordan Volz DIMACS REU 2006 Mentor: Dr. Vadim Lozin, RUTCOR.
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.
The Maximum Independent Set Problem Sarah Bleiler DIMACS REU 2005 Advisor: Dr. Vadim Lozin, RUTCOR.
CSE 589 Applied Algorithms Spring Colorability Branch and Bound.
GRAPH Learning Outcomes Students should be able to:
Small subgraphs in the Achlioptas process Reto Spöhel, ETH Zürich Joint work with Torsten Mütze and Henning Thomas TexPoint fonts used in EMF. Read the.
1 Graph Searching and Search Time Franz J. Brandenburg and Stefanie Herrmann University of Passau.
Toshiki Saitoh ERATO, Minato Discrete Structure Manipulation System Project, JST Graph Classes and Subgraph Isomorphism Joint work with Yota Otachi, Shuji.
Straight line drawings of planar graphs – part II Roeland Luitwieler.
CSE, IIT KGP Graph Theory: Introduction Pallab Dasgupta Dept. of CSE, IIT
Edge-disjoint induced subgraphs with given minimum degree Raphael Yuster 2012.
ساختمانهای گسسته دانشگاه صنعتی شاهرود – فروردین 1392.
Batch Scheduling of Conflicting Jobs Hadas Shachnai The Technion Based on joint papers with L. Epstein, M. M. Halldórsson and A. Levin.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Introduction Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering,
1 12/2/2015 MATH 224 – Discrete Mathematics Formally a graph is just a collection of unordered or ordered pairs, where for example, if {a,b} G if a, b.
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)
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}.
ساختمانهای گسسته دانشگاه صنعتی شاهرود – فروردین 1392.
Embeddings, flow, and cuts: an introduction University of Washington James R. Lee.
Confluent Drawings of Bipartite/Layered Graphs Ulrik, Riko, Stephen, Titto, Nina.
© The McGraw-Hill Companies, Inc., Chapter 12 On-Line Algorithms.
NP-completeness NP-complete problems. Homework Vertex Cover Instance. A graph G and an integer k. Question. Is there a vertex cover of cardinality k?
CSE, IIT KGP Graph Theory: Introduction Pallab Dasgupta Dept. of CSE, IIT
11 -1 Chapter 12 On-Line Algorithms On-Line Algorithms On-line algorithms are used to solve on-line problems. The disk scheduling problem The requests.
Introduction to NP Instructor: Neelima Gupta 1.
CSCI-256 Data Structures & Algorithm Analysis Lecture Note: Some slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved. 3.
1 GRAPH Learning Outcomes Students should be able to: Explain basic terminology of a graph Identify Euler and Hamiltonian cycle Represent graphs using.
On the Ability of Graph Coloring Heuristics to Find Substructures in Social Networks David Chalupa By, Tejaswini Nallagatla.
On Variants of Induced Matchings Andreas Brandstädt University of Rostock, Germany (joint work with Raffaele Mosca and Ragnar Nevries)
An introduction to chordal graphs and clique trees
Subgraphs Lecture 4.
Algorithms for Finding Distance-Edge-Colorings of Graphs
Relating Graph Thickness to Planar Layers and Bend Complexity
Optimization problems such as
Graph Theory and Algorithm 02
Graph Theory and Algorithm 01
What is the next line of the proof?
Algorithms and networks
Computability and Complexity
The Contributions of Peter L. Hammer to Algorithmic Graph Theory
1.7 - Geometric sequences and series, and their
Algorithms and networks
An Introduction to Variational Methods for Graphical Models
Vertex Covers, Matchings, and Independent Sets
Bipartite graphs and Planar Graphs
Exponential Functions
Line Graphs.
Notes Over 8.7 Writing an Exponential Function
Presentation transcript:

Minimal Universal Bipartite Graphs Vadim V. Lozin, Gábor Rudolf RUTCOR – Rutgers University

Hereditary classes

Universal Graphs Trivial bounds:

Optimal universal graphs A sequence of universal X-graphs is asimptotically optimal if optimal in order if

Index of a hereditary class V.E. Alekseev (1992):

Unitary classes Graph classes of the same index constitute a stratum Classes of index 1: unitary stratum Contains many interesting classes: Forests Planar graphs Interval graphs Permutation graphs Line graphs Etc.

Isometry of graph classes The equivalence classes are called layers Scheinarman and Zito (1994): The first four layers in the unitary stratum are:

Exponential classes Alexeev (1997) For each exponential class X there is a constant p such that every graph G in X can be partitioned into at most p subsets each of which is either an independent set or a clique and between any two subsets there are either all possible edges or none of them. Asimptotically optimal universal graphs exist

Minimal factorial classes of bipartite graphs Alexeev (1997) The three minimal factorial classes of bipartite graphs are: Asimptotically optimal universal graphs exist for all these classes (trivial for ).

Canonical graphs

Universal chain graphs is an n-universal chain graph

Universal chain graphs is an n-universal chain graph

Universal chain graphs is an n-universal chain graph

Universal biparite permutation graphs Brandtstädt, Lozin (2003): is an n-universal bipartite permutation graph; it is optimal in order

Unit interval graphs

General bipartite graphs

Let us first consider :

Optimality