中文

关于有向图中可达顶点数计算复杂性的注记

计算复杂性 2016-02-08 v1

摘要

在这项工作中,我们考虑以下问题:给定有向图 G=(V,E)G=(V,E),对于每个顶点 vv,我们想要计算从 vv 可达的顶点数量。换句话说,我们想要计算 GG 的传递闭包中每个顶点的出度。我们证明该问题在任何 ϵ>0\epsilon>0 下都无法在 O(E2ϵ)\mathcal{O}\left(|E|^{2-\epsilon}\right) 时间内求解,除非强指数时间假设为假。即使假设 GG 是无环的,该结果仍然成立。

关键词

引用

@article{arxiv.1602.02129,
  title  = {A Note on the Complexity of Computing the Number of Reachable Vertices in a Digraph},
  author = {Michele Borassi},
  journal= {arXiv preprint arXiv:1602.02129},
  year   = {2016}
}