同じ処理時間の仕事を遅れの重みで並べる問題の難しさを証明
Strong NP-Hardness and Approximation Algorithm for Weighted Tardiness with Release Dates and Identical Processing Times
この論文をやさしく読む
ひとことで言うと
仕事の遅れに重みを付けて最小化する時間割問題が、計算上とても難しいことを証明した研究。
何に役立つ?
同じ長さの仕事を一台の機械で並べる計画について、厳密解が難しい理由と近似法の保証を知るのに役立つ。
この研究の面白いところ
すぐに処理すれば全件が納期に間に合う場合でも強NP完全と示し、変換した目的関数には厳密な近似比を与えた。
どこまで分かった?
3/2−1/(2N)という近似比は項を加えた目的関数についての保証。元の遅れ総和について示されるのは加法的な上界である。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
本論文は、単一の機械で仕事を中断せずに処理するスケジューリングを扱う。各仕事には開始可能時刻、納期、正の重みがあり、処理時間はすべて同じである。目的は、納期からの遅れに重みを掛けた値の総和を最小化すること。処理時間が等しい近縁の問題には多項式時間アルゴリズムがあるが、この問題の計算量は2010年以来未解決だった。決定問題は、どの仕事も開始可能になってすぐ処理すれば納期に間に合う場合でさえ、強NP完全であることを証明する。重みのないMAX-CUTからの帰着を使い、仕事の数は二次式で増え、数値データの大きさは多項式で抑えられる。中心となるのは、十分に小さい費用を持つ実行可能なスケジュールを、グラフの各頂点について二者択一に変換する構成的な正規化定理である。正規化後の重み付き遅れ総和は、定数からカット値に比例する量を引いたものになる。 また、元の遅れ総和FにpΣjwjを加えた目的関数Φについて、決定的な多項式時間の位相格子割当アルゴリズムを示す。ここでpは共通の処理時間、wjは各仕事の重みである。このアルゴリズムは、開始可能時刻のpを法とする剰余を最大N通り列挙し、それぞれに最小費用割当問題を一つ解いて、最良の位相格子スケジュールを返す。算術演算回数はO(N⁵)で、このアルゴリズムに対して厳密な近似比3/2−1/(2N)を達成する。加えた項pΣjwjは仕事の並べ方に依存しないため、変換後と元の目的関数の最適なスケジュールは完全に同じである。ただし近似保証が適用されるのは変換後の目的関数であり、元の目的関数には加法的な上界が得られる。このように、長年の計算量上の問題を解決し、位相格子割当法の最悪の場合の保証も与える。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-23(UTC)
- 最新改訂
- 2026-09-23 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-23 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
We study nonpreemptive scheduling on a single machine with release dates, due dates, positive job weights, and a common processing time. The objective is to minimize total weighted tardiness. Although closely related equal-processing-time problems admit polynomial-time algorithms, the complexity of this problem has remained open in the literature since 2010. We prove that its decision version is strongly NP-complete, even when every job can meet its due date if processed immediately upon release. The reduction is from unweighted MAX-CUT and uses a quadratic number of jobs with polynomially bounded numerical data. Its main ingredient is a constructive normalization theorem that converts every sufficiently inexpensive feasible schedule into a binary choice for each graph vertex; after normalization, total weighted tardiness equals a constant minus a scaled cut value. We also give a deterministic polynomial-time phase-grid assignment algorithm for the shifted objective $\Phi=F+p\sum_jw_j$, where $F$ is total weighted tardiness. The algorithm enumerates at most $N$ release-date residues modulo $p$, solves one minimum-cost assignment problem for each residue, and returns the best phase-grid schedule. It runs in $O(N^5)$ arithmetic operations and achieves the tight ratio $3/2-1/(2N)$ for this algorithm. Because the added term $p\sum_jw_j$ is independent of how the jobs are scheduled, the shifted and original objectives have exactly the same optimal schedules. However, the approximation guarantee applies to the shifted objective; for the original objective, the analysis provides an additive bound. Thus, the paper both resolves the long-standing complexity question and provides a complementary worst-case guarantee for the phase-grid assignment algorithm.
著者のコメント
38 pages, 2 figures, 5 tables
arXiv ID: 2609.28751 / 要約の誤りについて