タイトル & 超要約 最短経路問題の「解の一意性」を計算! 計算量、爆上がりを防ぐ方法を発見したよ♡
ギャル的キラキラポイント✨ ● 最短経路問題(一番短い道を探すやつ)で、解が一つに決まる条件を計算できる場合があるって、天才すぎ💖 ● forcing set(解を確定させる要素の集まり)を求める問題は、なんと多項式時間で解けることが判明!計算爆速じゃん! ● IT業界で役立つこと間違いなし! ネットワーク設計とか、データ構造の最適化とかに使えるんだって🤩
詳細解説
リアルでの使いみちアイデア💡
続きは「らくらく論文」アプリで
A forcing set $S$ in a combinatorial problem is a set of elements such that there is a unique solution that contains all the elements in $S$. An anti-forcing set is the symmetric concept: a set $S$ of elements is called an anti-forcing set if there is a unique solution disjoint from $S$. There are extensive studies on the computational complexity of finding a minimum forcing set in various combinatorial problems, and the known results indicate that many problems would be harder than their classical counterparts: the decision version of finding a minimum forcing set for perfect matchings is NP-complete [Adams et al., Discret. Math. 2004] and that of finding a minimum forcing set for satisfying assignments for 3CNF formulas is $\Sigma_2^{\mathrm{P}}$-complete [Hatami-Maserrat, DAM 2005]. In this paper, we investigate the complexity of the problems of finding minimum forcing and anti-forcing sets for the shortest $s$-$t$ path problem and the minimum weight spanning tree problem. We show that, unlike the aforementioned results, these problems are tractable, with the exception of the decision version of finding a minimum anti-forcing set for shortest $s$-$t$ paths, which is NP-complete.