maximum matching in bipartite graph

5 ビュー (過去 30 日間)
kmla
kmla 2020 年 1 月 20 日
回答済み: Abhiram 2025 年 2 月 18 日
I need the code of maximum matching in bipartite graph?

回答 (1 件)

Abhiram
Abhiram 2025 年 2 月 18 日
Hi @kmla,
The maximum matching in a bipartite graph can be calculated using a simple depth-first search-based approach as described in the given MATLAB Answers post.
Note that the function assumes the input to be an adjacency matrix of a regular bipartite graph.

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by