标签: graph graph-algorithm graph-traversal graph-coloring
给定图G =(V,E)并且S是顶点集合,使得S是G(V)的子集。找出G中的最小成本周期,使其从集合G(V)-S的任何顶点开始并生成,并覆盖集合S中的所有顶点。