Matchings Flashcards

1
Q

What is a matching in a graph G?

A

A set of edges where no two edges are incident with the same vertex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When is a matching, M, maximal?

A

If M union e is not a matching for each e in E(G)\M. In other words if it is not possible to add an edge e in E(G)\M to M without two edges sharing a vertex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a maximum matching?

A

The maximum size of all the possible matchings in G

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the size of the largest matching in G?

A

At most |V(G)|/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When is a matching perfect?

A

When M = |V(G)/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Can a perfect matching exist if |V(G)| is odd?

A

Nah mate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If there is a matching M in G, when is a path P in G M-alternating?

A

When edges of P alternate in and out of M

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If there is a matching M in G, when is a path P in G M-augmenting?

A

When edges of P alternate in and out of M and at least one edge of the beginning or ending edge is unmatched.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Berge’s Theorem: A matching M in a graph G is ___ iff …

A

maximum… there is no M-augmenting path in G

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Hall’s Theorem: Let G be a bipartite graph with partition {A,B}. Then there is a matching in G with every vertex in A matched iff…

A

For every subset S of A, |N(S)| \geq |S|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When does a bipartite graph have a perfect matching?

A

When |A|=|B|, |N(S)| \geq S for every subset S of A, |N(S)| \geq S for every subset S of B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

For a bipartite graph G, G has a matching of size m iff….

A

N has a flow value of m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Every graph G such that no subgraph of G is ___-___ ___ is ___-___

A

k-edge-connected… k-colourable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Tutte’s Theorem: A graph G has perfect matching iff…

A

o(G-S) \leq |S| for all subsets S in V(G)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly