更少颜色实现正常着色的完美模拟
计算复杂性
2020-06-11 v2
摘要
给定一个图 和颜色集 ,一个 是指为 的每个顶点分配一种颜色,使得任何由边连接的两个顶点不被赋予相同的颜色。从正常着色集合中精确均匀地抽取一个正常着色的问题已被广泛研究。最近,Bhandari 和 Chakraborty 开发了一种多项式期望时间的随机算法,用于在 时获得此类抽取,其中 是图的最大度。他们的方法使用了边界链以及来自过去的耦合协议。本文提出了一种新的随机算法,该算法基于作者与 Fill 在 FOCS 2000 上引入的随机回收器协议。给定 个顶点,对于所有 ,当 时,该方法需要 的期望步数。
引用
@article{arxiv.2004.08716,
title = {Fewer colors for perfect simulation of proper colorings},
author = {Mark Huber},
journal= {arXiv preprint arXiv:2004.08716},
year = {2020}
}
备注
The paper contained an error in Lemma 5. The weight of the recycled state is $(k_v - 1) / k_v$, which depends on the neighboring colors in the state. That prevents the output of the algorithm from being uniform