Question 2
Consider the following instance of the stable matching problem for 4 men (PQRS) and 4 women (WXYZ).
P: W > X > Y > Z
Q: X > Y > Z > W
R: W > X > Z > Y
S: X > Y > W > Z
and
W: S > Q > R > P
X: P > S > Q > R
Y: R > P > Q > S
Z: R > P > S > Q
Consider the following matching: M = {(P, W), (Q, X), (R, Z), (S, Y)}.
Which of the following is a blocking pair in the matching above?
(P-X)
(Q-Y)
(R-W)
(S-X)