【24h】

A Different Approach to Maximum Clique Search

机译:最大集团搜索的另一种方法

获取原文

摘要

The way we tackle NP-hard problems in practical setting has experienced a major shift in recent years. Our view has became more sophisticated with the emergence of the parameterized complexity paradigm. We may distinguish subclasses inside the NP-hard complexity class. The complexity of the problems in different subclasses maybe quite different. The overall conservative estimate of the running time is replaced by a more optimistic estimate. In addition the approach of parameterized algorithms is sometimes able to deal with the more complex problems by dividing the problem into harder and a simpler parts. The easier instance at many times reduces to mere preprocessing step leaving us with only the harder part. In this paper we single out the so-called maximum clique problem as a typical representative of the NP-hard complexity class. We propose an algorithm to solve the maximum clique problem motivated by the above ideas. Many of the available maximum clique solvers are descendants or refined versions of the Carraghan-Pardalos algorithm. (Patric Östergård's cliquer is being as an exception). The maximum clique problem as a maximization problem can be reduced to a series of k-clique problems as decision problems. Our main observation is that this route offers a number of advantages. The structure of a k-clique decision problem is simpler than the structure of a maximization problem. It affords additional pruning opportunities based on the available value of k. A large scale numerical experiment indicates that in many occasions the combined search space of the k-clique problems is smaller than the search space of the maximization problem. The solver we propose turns out to be rather efficient. In a number of test problems it beats the best available solvers.
机译:近年来,我们在实际环境中解决NP难题的方式发生了重大变化。随着参数化复杂度范式的出现,我们的观点变得更加复杂。我们可以区分NP-hard复杂性类中的子类。不同子类中问题的复杂性可能完全不同。运行时间的总体保守估计被更乐观的估计所代替。另外,参数化算法的方法有时能够通过将问题分为较难和较简单的部分来处理更复杂的问题。在许多情况下,较容易的实例减少为仅进行预处理的步骤,而使我们只剩下较难的部分。在本文中,我们将所谓的最大集团问题选为NP-hard复杂度类别的典型代表。我们提出了一种算法来解决上述想法所引起的最大集团问题。许多可用的最大集团求解器是Carraghan-Pardalos算法的后代或改进版本。 (帕特里克·奥斯特加德的派系例外)。可以将最大集团问题作为最大化问题简化为一系列k形问题作为决策问题。我们的主要观察结果是,这条路线具有许多优势。 k-clique决策问题的结构比最大化问题的结构更简单。它基于k的可用值提供了其他修剪机会。大规模数值实验表明,在许多情况下,k形问题的组合搜索空间小于最大化问题的搜索空间。我们提出的求解器非常有效。在许多测试问题中,它击败了最佳的求解器。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号