Stable matching problem: Difference between revisions

Content deleted Content added
Similar problems: weighted matching problem
Zarvok (talk | contribs)
Line 28:
 
== Similar problems ==
The [[weighted matching problem]] is to find a matching in a weighted [[bipartite graph]] that has maximum weight. Maximum weighted matchings do not have to be stable, but in some applications a maximum weighted matching is better than a stable one.
maximum weight. Maximum weighted matchings do not have to be stable, but in some applications a maximum weighted matching is better than a stable one.
 
==Other observations==