
Hi, I was wondering if BGL contains algorithms for (weighted and unweighted) bipartite matching; the documentation site ( http://www.boost.org/libs/graph/doc/table_of_contents.html) shows no trace of such algorithms, neither does googling the users mailing list. Thanks for the help, Firas.

Hi Firas,
2006/9/14, Swidan, Firas, Ph.D.
Hi,
I was wondering if BGL contains algorithms for (weighted and unweighted) bipartite matching; the documentation site ( http://www.boost.org/libs/graph/doc/table_of_contents.html) shows no trace of such algorithms, neither does googling the users mailing list.
At least the unweighted bipartite matching can be solved with the existing maxflow implementations (-> http://en.wikipedia.org/wiki/Matching ). For the weighted case there needs to be a minimum-cost version, which is AFIAK not implemented yet. Cheers, Stephan
participants (2)
-
Stephan Diederich
-
Swidan, Firas, Ph.D.