Question
Consider the following bipartite graph G . (a) Apply the maximum matching algorithm to G with initial matching M = { x 2 y 1
Consider the following bipartite graph G.
(a) Apply the maximum matching algorithm to G with initial matching M = {x2y1, x3y3, x5y4, x6y5} to find a maximum matching.?
Key in the following info in the required formats:
When 1st breakthrough is reached:
- The label of vertices in X bipartition is ? (Eg: (*,*,y1,N,y4,N) where "N" means no-label for the vertex)
- The label of vertices in?Y bipartition is ? (Eg: (x4,N,x2,N,x4,x1) where "N" means no-label.)
When 2nd breakthrough or 'STOP' is reached:
- The label of vertices in X bipartition is .
- The label of vertices in Y bipartition is .
The maximum matching is: (Key-in the edges in alphabetical order, Eg. {x1y1, x2y5, ... , x6y3}.)
(b) Is your maximum matching a perfect matching? ? ? ("Y" for Yes, "N" for No)
(c) Is it true that a perfect matching is always a maximum matching? ("Y" for Yes, "N" for No)
(d) Is it true that a maximum matching is always a perfect matching? ?("Y" for Yes, "N" for No)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started