タイトル & 超要約 グラフの構造解析、爆速にする魔法の計算方法を発見!💖
ギャル的キラキラポイント✨ ● グラフの複雑さ(ふくざつさ)を測る枝幅(えだはば)計算が、めっちゃ速くなったってこと! ● ネットワークとかクラスタリングとか、色んな問題を解決できるかも!😳 ● 今まで難しかった計算が、簡単になるって最高じゃん?🎶
詳細解説
リアルでの使いみちアイデア💡
続きは「らくらく論文」アプリで
A connectivity function on a finite set $V$ is a symmetric submodular function $f \colon 2^V \to \mathbb{Z}$ with $f(\emptyset)=0$. We prove that finding a branch-decomposition of width at most $k$ for a connectivity function given by an oracle is fixed-parameter tractable (FPT), by providing an algorithm of running time $2^{O(k^2)} \gamma n^6 \log n$, where $\gamma$ is the time to compute $f(X)$ for any set $X$, and $n = |V|$. This improves the previous algorithm by Oum and Seymour [J. Combin. Theory Ser.~B, 2007], which runs in time $\gamma n^{O(k)}$. Our algorithm can be applied to rank-width of graphs, branch-width of matroids, branch-width of (hyper)graphs, and carving-width of graphs. This resolves an open problem asked by Hlin\v{e}n\'y [SIAM J. Comput., 2005], who asked whether branch-width of matroids given by the rank oracle is fixed-parameter tractable. Furthermore, our algorithm improves the best known dependency on $k$ in the running times of FPT algorithms for graph branch-width, rank-width, and carving-width.