MTH 607 Graph Theory Lab 10
We will work on these questions in the lab.
-
For each of the graphs below:
- Find a maximum matching.
- If possible find a matching which is maximal but not not maximum.
- If G is bipartite, with parts X, Y,
- List X and Y.
- Either find an X saturating matching
(A matching which uses every point of X) or find a subset S of
the vertices of G such that |S| > |N(S)|, where N(S)
is the set of neighbours of points in S.
- Do the same for Y.
-
For each of the following graphs find
-
α(G)
-
α'(G)
-
β(G)
-
β'(G)
-
Either find a 1-factor or explain why one cannot exist (via Tuttes Theorem).
-
In each case give the general class of simple connected graphs G that satisfy
the given property:
-
α(G) = 1
-
α'(G) = 1
-
β(G) = 1
-
β'(G) = 1
-
-
Show that for any graph G β(G) ≤ 2 α'(G).
-
Find graphs for each k so that α'(G) = k and β(G) = 2k.
Peter Danziger, March 2008