摘要
对二部图而言,完全匹配必为最大匹配,且具有完全匹配的二部图必须满足V1与V2中顶点个数相同,采用回溯的递归算法,可求出二部图的所有完全匹配。
This paper give the recursive algorithm for tracing back. It can find out the all complete matching of a bipartite graph.
出处
《榆林学院学报》
2003年第3期14-15,共2页
Journal of Yulin University
关键词
二部图
完全匹配
递归算法
最大匹配
bipartite graph
matching
maximal matching
complete matching
trace