覆盖#

与图覆盖相关的函数。

min_edge_cover(G[, matching_algorithm])

返回图的最小基数边覆盖,表示为边集。

is_edge_cover(G, cover)

判断边集是否是图的有效边覆盖。