In the cycle packing problem, given an undirected connected graph g, it is required to find the maximum number of pairwise edgedisjoint cycles in g.
给定一个无向连通图g,圈包装问题就是求g的边不相交圈的最大数目。
2
In this note, no using the contraction method, we prove that if a graph G is one edge short of having two edge-disjoint spanning trees, then G has a cut edge or G is supereulerian.