中文

规范颜色细化复杂度的紧致下界与上界

数据结构与算法 2015-09-29 v1 计算复杂性

摘要

如果相同颜色的任意两个顶点具有颜色完全相同的邻域,则图顶点的颜色分配是稳定的。颜色细化的目标是找到使用最少颜色数的稳定着色。这是图同构测试算法中广泛使用的子程序,因为任何自同构都必须保持颜色。对于具有 nn 个顶点和 mm 条边的图,我们给出了一个 O((m+n)logn)O((m+n)\log n) 算法,用于寻找此类稳定着色的规范版本。我们证明了,在关于算法类型的一些温和假设下(这些假设涵盖了所有已知的颜色细化算法),不可能存在更快的算法。

关键词

引用

@article{arxiv.1509.08251,
  title  = {Tight Lower and Upper Bounds for the Complexity of Canonical Colour Refinement},
  author = {Christoph Berkholz and Paul Bonsma and Martin Grohe},
  journal= {arXiv preprint arXiv:1509.08251},
  year   = {2015}
}

备注

An extended abstract of this paper appeared in the proceedings of ESA'13, LNCS 8125, pp. 145-156