MinCut[g,k]
partitions the undirected graph g into k parts where the number of edge cuts is approximately minimized.
MinCut
MinCut[g,k]
partitions the undirected graph g into k parts where the number of edge cuts is approximately minimized.
更多信息和选项
- MinCut functionality is now available in the built-in Wolfram Language function FindGraphPartition.
- To use MinCut, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"].
- MinCut treats the input as an undirected graph, and tries to find a partition of the vertices into k parts so that each part has roughly the same number of vertices, and so that the number of edges between these parts (known as the edge separator) is minimized.
范例
基本范例 (2)
This partitions the vertices into two parts with the minimum number of edge cuts:
MinCut has been superseded by FindGraphPartition:
相关指南
-
▪
- Graph Utilities Package ▪
- 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 (2007),MinCut,Wolfram 语言函数,https://reference.wolfram.com/language/GraphUtilities/ref/MinCut.html.
CMS
Wolfram 语言. 2007. "MinCut." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/GraphUtilities/ref/MinCut.html.
APA
Wolfram 语言. (2007). MinCut. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/GraphUtilities/ref/MinCut.html 年
BibTeX
@misc{reference.wolfram_2025_mincut, author="Wolfram Research", title="{MinCut}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GraphUtilities/ref/MinCut.html}", note=[Accessed: 15-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_mincut, organization={Wolfram Research}, title={MinCut}, year={2007}, url={https://reference.wolfram.com/language/GraphUtilities/ref/MinCut.html}, note=[Accessed: 15-April-2026]}