Abhijeet Mulgund's Personal Webpage

Search

Search IconIcon to open search

Augmenting Path Theorem of Matchings

Last updated Nov 7, 2022

# Statement

Suppose $G = (V, E)$ is an Undirected Graph and $M$ is a Matching on $G$. Then $M$ is a Maximum Matching on $G$ If and Only If there is no $M$-augmenting path.

# Proof

TODO - See Cook - Combinatorial Optimization page 129 for details.

# Sources