BipartiteMatching[g]
gives the list of edges associated with a maximum matching in bipartite graph g. If the graph is edge weighted, then the function returns a matching with maximum total weight.
BipartiteMatching
BipartiteMatching[g]
gives the list of edges associated with a maximum matching in bipartite graph g. If the graph is edge weighted, then the function returns a matching with maximum total weight.
更多信息和选项
- BipartiteMatching functionality is now available in the built-in Wolfram Language function FindIndependentEdgeSet.
- To use BipartiteMatching, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
范例
基本范例 (2)
BipartiteMatching has been superseded by FindIndependentEdgeSet:
相关指南
-
▪
- Graph Algorithms ▪
- Graphs & Networks ▪
- Graph Visualization ▪
- Computation on Graphs ▪
- Graph Construction & Representation ▪
- Graphs and Matrices ▪
- Graph Properties & Measurements ▪
- Graph Operations and Modifications ▪
- Statistical Analysis ▪
- Social Network Analysis ▪
- Graph Properties ▪
- Mathematical Data Formats ▪
- Discrete Mathematics
文本
Wolfram Research (2012),BipartiteMatching,Wolfram 语言函数,https://reference.wolfram.com/language/Combinatorica/ref/BipartiteMatching.html.
CMS
Wolfram 语言. 2012. "BipartiteMatching." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/BipartiteMatching.html.
APA
Wolfram 语言. (2012). BipartiteMatching. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/Combinatorica/ref/BipartiteMatching.html 年
BibTeX
@misc{reference.wolfram_2025_bipartitematching, author="Wolfram Research", title="{BipartiteMatching}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/BipartiteMatching.html}", note=[Accessed: 01-May-2026]}
BibLaTeX
@online{reference.wolfram_2025_bipartitematching, organization={Wolfram Research}, title={BipartiteMatching}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/BipartiteMatching.html}, note=[Accessed: 01-May-2026]}