arXiv論文メモ
新着一覧
cs.DS / cs.CC / cs.DM · 査読状況未確認

グラフ探索木の葉の数を制御する問題の難しさ

On Kernels and Leaves: Searching for Bare and Lush Trees

Jesse Beisegel, Ekkehard Köhler, Robert Scheffler, Martin Strehler

この論文をやさしく読む

ひとことで言うと

グラフを探索して作る木の葉を増減させる問題が、探索方法によってどれほど難しいかを示した。

何に役立つ?

探索木の構造を最適化するアルゴリズムの限界や、パラメーター化手法の選択に役立つ。

この研究の面白いところ

DFS、辞書式DFS、幅優先探索を比べ、困難性と問題を小さくするカーネルの有無を分けた。

どこまで分かった?

多項式カーネルがないという結果は、NPがcoNP/polyに含まれないという計算量上の仮定に依存する。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

古典的な最大・最小葉全域木問題の変形を調べる。多くの用途では深さ優先探索(DFS)でグラフの全域木を作る。この探索木は、各頂点をその直前に訪れた頂点へつないで構成され、last-in木と呼ぶ。問題をグラフ探索で得られるlast-in木に制限し、葉の数が最大または最小になる探索順序を求める。最近BergougnouxらはDFSについて、この問題のパラメーター化された複雑さを調べた。葉の数をパラメーターにすると、最小化はpara-NP困難、最大化はW[1]困難である一方、内部頂点数をパラメーターにすると両問題に多項式カーネルがある。本論文は辞書式DFS(LDFS)でも同じ性質が成り立つか調べる。DFSでの困難性の結果をLDFSにも移せると示す。また、内部頂点数をパラメーターとする指数サイズのカーネルを与える。さらにNPがcoNP/polyに含まれない限り、多項式カーネルは存在しないと示して補完する。DFSの手順に従わない探索のlast-in木も考える。DFSやLDFSと対照的に、幅優先探索を含む複数の探索では内部頂点数の最小化がpara-NP困難である。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-24(UTC)
最新改訂
2026-09-24 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

We study a variation of the classical Maximum (Minimum) Leaf Spanning Tree problem. In many applications, Depth-First Search (DFS) is used to compute a spanning tree of a graph. Such a search tree is constructed by connecting each vertex $v$ with the last vertex the search has visited before $v$ and we call this a last-in tree. By restricting the Maximum (Minimum) Leaf Spanning Tree problem to last-in trees of a graph search, we ask for a search ordering that leads to the largest (smallest) number of leaves in its search tree. Recently, Bergougnoux et al. [Journal of Computer and System Sciences 154 (2025)] have studied the parameterized complexity of these problems for DFS. They showed that the minimization problem is para-$\mathsf{NP}$-hard and the maximization problem is $\mathsf{W}[1]$-hard when parameterized by the number of leaves. When parameterized by the number of internal vertices, both problems have polynomial kernels. Here, we examine whether these results also hold for the variant Lexicographic DFS (LDFS). We show that the hardness results of DFS can be transferred to LDFS. We also present exponential kernels for the number of internal vertices as the parameter. We complement this by showing that polynomial kernels do not exist, unless $\mathsf{NP} \subseteq \mathsf{coNP} / \mathsf{poly}$. We also consider last-in trees of searches that do not follow the DFS scheme. In contrast to (L)DFS, minimizing the number of internal vertices is para-$\mathsf{NP}$-hard for several searches including Breadth-First Search.

著者のコメント

Full version of an extended abstract accepted for IPEC 2026

arXiv ID: 2609.29451 / 要約の誤りについて