本文解决了块图或二部置换图的最优路径覆盖问题。在其介绍的第三行中,写到最优路径覆盖问题是 NP-Complete 并参考了“Computer and intractability: a guide to the theory of the theory of NP-completeness by David S. Johnson, Michael R. Garey”。但我在书中找不到它的证据。如果有人知道如何证明这个问题的 NP 完备性,那么请分享您的解决方案。
最优路径覆盖问题:
给定一个图 G,找到最小数量的顶点不相交路径,它们一起覆盖图的所有顶点。