二部图中半匹配与覆盖的Hopcroft-Karp算法推广(二部图中的最大半匹配问题)
数据结构与算法
2018-03-28 v3
摘要
二部图中的一个-半匹配是边集,使得每个顶点至多与中的条边关联,每个顶点至多与中的条边关联。本文给出一个算法,对于具有个顶点和条边()的图,该算法能在时间内构造一个最大-半匹配。利用文献[5]的归约,我们关于最大-半匹配问题的结果直接导出一个最优半匹配问题的算法,其运行时间为。
关键词
引用
@article{arxiv.1103.1091,
title = {A generalization of Hopcroft-Karp algorithm for semi-matchings and covers in bipartite graphs (Maximum semi-matching problem in bipartite graphs)},
author = {Ján Katrenic and Gabriel Semanisin},
journal= {arXiv preprint arXiv:1103.1091},
year = {2018}
}