Perfect Graphs - PowerPoint PPT Presentation

1 / 20
About This Presentation
Title:

Perfect Graphs

Description:

In which graphs do the LP always have integral solutions for independent set? ... So colour G using w(G) colours as R-v v' is an independent set. Perfect = LP-perfect ... – PowerPoint PPT presentation

Number of Views:87
Avg rating:3.0/5.0
Slides: 21
Provided by: CSE
Category:

less

Transcript and Presenter's Notes

Title: Perfect Graphs


1
Perfect Graphs
  • Lecture 23 Apr 17

2
Hard Optimization Problems
  • Independent set
  • Clique
  • Colouring
  • Clique cover

coding
scheduling
Hard to approximate within a factor of
3
Graph Product
Given G1(V1,E1) and G2(V2,E2), their product
G1xG2 is the graph whose vertex set is V1xV2 and
the edge set is ((u1,v1),(u2,v2)) u1u2
and (v1,v2) in E2 or v1v2 and (u1,u2) in
E1 or (u1,u2) in E1 and (v1,v2) in E2.
Claim There is a clique of size gt k in G if and
only if there is a clique of size gt k2 in GxG.
4
Constant Factor Hardness
Assuming clique is hard to approximate within a
factor of (1?), then it is also hard to
approximate within any constant factor.
Idea take graph product.
5
Perfect Graph
Graphs in which these hard problems are nice.
  • Independent set
  • Clique
  • Colouring
  • Clique cover

Easy equalities
Easy inequalities
6
Perfect Graph
In what graphs does the equalitiy
holds?
A graph is perfect if for every induced subgraph
H of G,
A graph is co-perfect if for every induced
subgraph H of G,
What graphs are perfect?
Bipartite graphs
What graphs are co-perfect?
Bipartite graphs
What graphs are not perfect?
Odd cycles
What graphs are not co-perfect?
Odd cycles
7
Line Graph of Bipartite Graph
Vertices correspond to edges of a bipartite
graph, and two vertices have an edge if and only
if the corresponding edges share an endpoint.
Line graph of bipartite graphs are perfect.
Line graph of bipartite graphs are co-perfect.
8
Interval Graph
Vertices correspond to intervals, and two
vertices have an edge if and only if the
corresponding intervals overlap.
Interval graphs are perfect.
Interval graphs are co-perfect.
Many applications.
9
Chordal Graph
Also known as triangulated graphs.
  • A graph is chordal if every cycle of length gt4
    has a chord.
  • A graph is chordal if it is the intersection
    graph of subtrees of a tree.
  • A graph is chordal if it has an ordering such
    that for each vertex
  • the neighbours in front form a clique.

Chordal graphs are perfect.
Chordal graphs are co-perfect.
10
Conjectures
Perfect graph conjecture A graph is perfect if
and only if it is co-perfect.
Lovasz 1970
Strong perfect graph conjecture Berge 1960 A
graph is perfect if and only if it does not
contain odd cycles and the complement of odd
cycles as induced subgraphs.
Chudnovsky, Robinson, Seymour, Thomas 2003
11
LP-Perfect
In which graphs do the LP always have integral
solutions for independent set?
This LP is integral only if the input graph is
bipartite.
12
LP-Perfect
In which graphs do the LP always have integral
solutions for independent set?
for each clique C
No known polynomial time separation oracle.
A graph is LP-perfect if and only if the above
linear program is integral.
13
Perfect Graph Theorem
  • The following are equivalent
  • A graph is perfect.
  • A graph is LP-perfect.
  • A graph is co-perfect.

14
Duplication Lemma
Let G be a graph and v be a vertex. Let G be
the graph obtained from G by adding a new vertex
v and connecting it to v and the neighbours of
v.
Lemma. If G is perfect, then G is perfect.
15
Proof of Duplication Lemma
It is enough to prove
If v is in a maximum clique, then both sides plus
1.
Consider an optimal colouring of G. Let v be
coloured red.
Consider G-Rv, with maximum clique at most
w(G)-1.
Colour G-Rv using w(G)-1 colours.
So colour G using w(G) colours as R-vv is an
independent set.
16
Perfect gt LP-perfect
for each clique C
Compute an optimal solution of the LP. Let qx be
integral.
Duplicate each vertex by qx(v) times to obtain a
graph G.
G is perfect and has clique size exactly q and
total cost at most qLP.
Decompose G into q independent set, one must
have cost at most LP.
17
LP-perfect gt co-Perfect
for each clique C
for each vertex v
Consider a clique C with positive value in an
optimal dual solution.
This clique C must intersect every maximum
independent set.
18
co-Perfect gt Perfect
Take the complement of G and apply perfect gt
co-perfect!
19
Strong Perfect Graph Theorem
http//users.encs.concordia.ca/chvatal/perfect/sp
gt.html
A polynomial time algorithm to recognize perfect
graphs.
20
Whats Next
Shannon coding Lovasz Theta function Solve the
clique LP using SDP Colouring 3-colourable graphs
Write a Comment
User Comments (0)
About PowerShow.com