Matching

Description:

  • , a subset such that no vertex in 𝑉 is on more than one edge in 𝑀
    • i.e. one has maximum one edge

Perfect matching:

  • Every vertex in is on an edge in

Maximum matching:

  • Largest possible of , meaning the maximum number of connections between V1 and V2 as possible

Complete matching:

  • such that every nodes in is matched (assumed )
  • A complete match is a maximum match (as we have found the max matches for set V1), reverse is not true

Hall’s marriage theorem:

  • The bipartite graph 𝐺 = (𝑉, 𝐸) with bipartition has a complete matching from to if and only if (number of neighbor vertices of A is than A) for all subsets of of .theorem
    • Any subset of must have more matchable nodes then the number of nodes in
    • note: is neighbor of A
  • Proof: lecture 14, slide 16