maximum_matching (255B)
1 # Maximum matching 2 3 Particular case: [perfect_matching]. 4 5 - Problem: [maximum_matching_problem] 6 - Counting: [maximum_matching_counting] 7 8 Also [online_algorithm] for maximum matching 9 10 Up: [computational_problem] on [matching] 11 12 See also: [alternating_path]