网站首页  情感咨询  情感美文  情感百科  情感生活  学习充电  旧版美文

请输入您要查询的词汇:

 

词汇 Clique problem
分类 英语词汇 英语翻译词典
释义

Clique problem

中文百科

分团问题

一个大小为3的clique

在计算复杂度理论中,分团问题(clique problem)是图论中的一个NP完全(NP-complete)问题。

clique是一个图中两两相邻的一个点集,或是一个完全子图(complete subgraph),如右图中的1、2、5三个点。

clique problem是问一个图中是否有大小是k以上的clique。任意挑出k个点,我们可以简单的判断出这k个点是不是一个clique,所以这个问题属于NP。

证明这问题是NP完备,我们可以很简单的将独立顶点集问题(Independent set problem)归约成这个问题。因为存在一个大小是k以上的分团,等价于它的补图中存在一个大小是k以上的独立集。

英语百科

Clique problem 分团问题

The brute force algorithm finds a 4-clique in this 7-vertex graph (the complement of the 7-vertex path graph) by systematically checking all C(7,4)=35 4-vertex subgraphs for completeness.
The graph shown has one maximum clique, the triangle 1,2,5, and four more maximal cliques, the pairs 2,3, 3,4, 4,5, and 4,6.
In this permutation graph, the maximum cliques correspond to the longest decreasing subsequences (4,3,1) and (4,3,2) of the defining permutation.
The 3-CNF Satisfiability instance (x ∨ x ∨ y) ∧ (~x ∨ ~y ∨ ~y) ∧ (~x ∨ y ∨ y) reduced to Clique. The green vertices form a 3-clique and correspond to a satisfying assignment.[31]

In computer science, the clique problem refers to computational problems of finding cliques (subsets of vertices, all adjacent to each other, also called complete subgraphs) in a graph.

For example, the maximum clique problem arises in the following real-world setting. Consider a social network, where the graph’s vertices represent people, and the graph’s edges represent mutual acquaintance. To find a largest subset of people who all know each other, one can systematically inspect all subsets, a process that is too time-consuming to be practical for social networks comprising more than a few dozen people. Although this brute-force search can be improved by more efficient algorithms, all of these algorithms take exponential time to solve the problem. Therefore, much of the theory about the clique problem is devoted to identifying special types of graph that admit more efficient algorithms, or to establishing the computational difficulty of the general problem in various models of computation. Along with its applications in social networks, the clique problem also has many applications in bioinformatics and computational chemistry.

随便看

 

依恋情感网英汉例句词典收录3870147条英语例句词条,基本涵盖了全部常用英语单词的释义及例句,是英语学习的有利工具。

 

Copyright © 2004-2024 Yiyi18.com All Rights Reserved
京ICP备2021023879号 更新时间:2025/8/7 2:27:15