辺コストが線形に変わる最小平均閉路を求めるアルゴリズム
An Algorithm for Linear Parametric Minimum Cycle Mean Problem
この論文をやさしく読む
ひとことで言うと
グラフの辺の費用が一つの値に応じて変わるとき、最も平均費用が小さい閉路を求めるアルゴリズム。
何に役立つ?
離散事象システムやトロピカル行列の固有値・固有ベクトルを計算する理論的な道具になる。
この研究の面白いところ
パラメータ付き最短路の手法を使い、閉路の最小平均とトロピカル半環のスペクトルを結び付けた。
どこまで分かった?
要旨は計算時間の理論上界を示すが、実装や実測の処理時間は報告していない。係数b(e)は整数という条件がある。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
重み付き有向グラフの最小平均閉路問題(MCM)は、すべての閉路についてコストを長さで割った平均値のうち、最小のものを求める問題である。離散事象システムへの応用は広いが、ネットワーク最適化のほかのパラメータ付き問題と異なり、MCMのパラメータ付き版はあまり研究されてこなかった。 本論文は、各辺eのコストがパラメータtに対してa(e)−b(e)tとなる、線形パラメータ付きMCMを考える。頂点数をn、辺数をm、整数係数b(e)の絶対値の最大をWとしたとき、O((m+n log n)n²W)時間でこの問題を解くアルゴリズムを提案する。中心となる手法は、パラメータ付き最短路問題のアルゴリズムである。MCMは、「最小」を加算、「加算」を乗算とみなすトロピカル半環のスペクトル理論とも密接に関係する。この関係を利用し、トロピカルなパラメータ付き行列の固有値と固有ベクトルを計算する方法を与える。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-24(UTC)
- 最新改訂
- 2026-09-24 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-24 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
The minimum cycle mean problem (MCM) on weighted digraphs is the problem of finding the minimum value of the cycle mean, that is, the ratio of the cost to the length, over all cycles. Despite its wide range of applications to discrete event systems, the parametric counterpart of the MCM has received relatively little attention in the literature, unlike other parametric problems in network optimization. In this paper, we consider the linear parametric MCM, where all edges $e$ have cost $a(e)-b(e)t$ with parameter $t$. We propose an algorithm to solve the linear parametric MCM in $O((m+n\log n)n^2W)$ time, where $n$ is the number of vertices, $m$ is the number of edges, and $W$ is the maximum absolute value of the coefficients $b(e) \in \mathbb{Z}$. The central technique of the proposed method is the algorithm for the parametric shortest path problem. The MCM is closely related to spectral theory in the tropical semiring, where the ``$\min$'' operation is regarded as addition and ``$+$'' as multiplication. By exploiting the connection between them, we provide a method to compute the eigenvalues and eigenvectors of tropical parametric matrices.
arXiv ID: 2609.29234 / 要約の誤りについて