CSE 373 Stable Marriage simulator ================================= This program reads a file of men and women's preferences and tries to find a 'stable' grouping of couples. Input file name? seinfeld.txt How many rounds (0 to repeat until stable)? 0 Round 1 George proposes to Charlotte Jerry proposes to Miranda Kramer proposes to Samantha Current matches: George: engaged to Charlotte (rank 1) Jerry: engaged to Miranda (rank 1) Kramer: engaged to Samantha (rank 1) Newman: single Carrie: single Charlotte: engaged to George (rank 2) Miranda: engaged to Jerry (rank 2) Samantha: engaged to Kramer (rank 2) Round 2 Current matches: George: engaged to Charlotte (rank 1) Jerry: engaged to Miranda (rank 1) Kramer: engaged to Samantha (rank 1) Newman: single Carrie: single Charlotte: engaged to George (rank 2) Miranda: engaged to Jerry (rank 2) Samantha: engaged to Kramer (rank 2) Round 3 Newman proposes to Miranda Current matches: George: engaged to Charlotte (rank 1) Jerry: single Kramer: engaged to Samantha (rank 1) Newman: engaged to Miranda (rank 3) Carrie: single Charlotte: engaged to George (rank 2) Miranda: engaged to Newman (rank 1) Samantha: engaged to Kramer (rank 2) Round 4 Jerry proposes to Samantha Current matches: George: engaged to Charlotte (rank 1) Jerry: engaged to Samantha (rank 2) Kramer: single Newman: engaged to Miranda (rank 3) Carrie: single Charlotte: engaged to George (rank 2) Miranda: engaged to Newman (rank 1) Samantha: engaged to Jerry (rank 1) Round 5 Kramer proposes to Carrie Current matches: George: engaged to Charlotte (rank 1) Jerry: engaged to Samantha (rank 2) Kramer: engaged to Carrie (rank 3) Newman: engaged to Miranda (rank 3) Carrie: engaged to Kramer (rank 3) Charlotte: engaged to George (rank 2) Miranda: engaged to Newman (rank 1) Samantha: engaged to Jerry (rank 1) Round 6 Current matches: George: engaged to Charlotte (rank 1) Jerry: engaged to Samantha (rank 2) Kramer: engaged to Carrie (rank 3) Newman: engaged to Miranda (rank 3) Carrie: engaged to Kramer (rank 3) Charlotte: engaged to George (rank 2) Miranda: engaged to Newman (rank 1) Samantha: engaged to Jerry (rank 1) 6 rounds performed and reached stable state.