贪婪算法对于单遍半流匹配问题是最优的。
Greedy is optimal for single-pass semi-streaming matching

原始链接: https://arxiv.org/abs/2607.14656

在题为《单趟半流式匹配 II:贪心算法是最优的》(Semi-Streaming Matching in a Single Pass II: Greedy is Optimal)的论文中,Sepehr Assadi 及其同事解决了一个困扰图流式计算领域二十年的悬而未决的问题。作者证明,对于最大匹配问题,没有任何单趟半流式算法(无论是确定性算法还是随机算法)能够实现优于 1/2 的近似比。 这一结果确立了朴素贪心算法在该模型下在理论上是最优的。该证明采用了“蓝图框架”(blueprint framework),即通过构建特定的组合对象来推导紧致的下界。除了图流式计算外,这一发现还证实了 1/2 是具有抢占机制的在线匹配问题的最优竞争比,进一步验证了贪心方法在该场景下的性能。

抱歉。
相关文章

原文

View a PDF of the paper titled Semi-Streaming Matching in a Single Pass II: Greedy is Optimal, by Sepehr Assadi and 2 other authors

View PDF HTML (experimental)
Abstract:We prove that no single-pass semi-streaming algorithm (deterministic or randomized) can achieve a better-than-half approximation to the maximum matching problem. This implies the optimality of the naive greedy algorithm, answering an outstanding open question in the graph streaming literature since the introduction of the model over two decades ago.
Our proof follows the "blueprint framework" introduced previously by the authors, which reduced proving lower bounds for semi-streaming matching to constructing certain combinatorial objects called blueprints. We present an optimal construction of blueprints that when used in this framework implies our semi-streaming matching lower bound.
Our results also imply that the optimal competitive ratio of online matching with preemption is half, again matching the naive greedy algorithm, settling this open question as well.
From: Sepehr Assadi [view email]
[v1] Thu, 16 Jul 2026 07:22:45 UTC (39 KB)
[v2] Mon, 20 Jul 2026 02:47:00 UTC (39 KB)
联系我们 contact @ memedata.com