John - Hungarian Algorithms Flashcards

1
Q

A vertex is matched/saturated if

A

it is an endpoint on one of the edges in the matching. Otherwise, the vertex is unmatched.

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

A maximal matching

A

a matching of M to G with the property that if any edges not in M are added to M, it is no longer a matching, that is, M is maximal if it is not a subset of any other matching in graph G. I.e it is maximal if every edge in G has a non-empty intersection with at least one edge in M. Figure below shows maximal matchings (in red).

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

A maximum matching

A

is a matching that contains the largest possible number of edges. There may be many maximum matchings.

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

A perfect matching

A

is a matching which matches all vertices of the graph. That is, every vertex of the graph is incident to exactly one edge of the matching. Every perfect matching is maximum and hence maximal

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