网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 NP complete
释义

NP complete

中文百科

NP完全 NP-completeness

(重定向自NP complete)
假设P ≠ NP的复杂度类的图解。若P = NP则三类别相同。
变换流程图。
Les classes 
  
    
      
        P
      
    
    \displaystyle P
  
 et 
  
    
      
        N
        P
        C
      
    
    \displaystyle NPC
  
 sont incluses dans 
  
    
      
        N
        P
      
    
    \displaystyle NP
  
, et disjointes si 
  
    
      
        P
        ≠
        N
        P
      
    
    \displaystyle P\not =NP
  
. On ne sait pas si 
  
    
      
        N
        P
        −
        (
        N
        P
        C
        ∪
        P
        )
      
    
    \displaystyle NP-(NPC\cup P)
  
 (représenté ici par la section médiane de l'ovoïde 
  
    
      
        N
        P
      
    
    \displaystyle NP
  
) est vide.

NP完全NP完备NP-Complete,缩写为NP-CNPC),是计算复杂度理论中,决定性问题的等级之一。NPC问题,是NP(非决定性多项式时间)中最难的决定性问题。因此NP完备问题应该是最不可能被化简为P(多项式时间可决定)的决定性问题的集合。许多人推测若任何NPC问题得到多项式时间的解法,那此解法就可应用在所有NP问题上。更详细的定义容下叙述。

一个NPC问题的例子是子集合加总问题,题目为

这个问题的答案非常容易验证,但目前没有任何一个够快的方法可以在合理的时间内(意即多项式时间)找到答案。只能一个个将它的子集取出来一一测试,它的时间复杂度是Ο(2),n是此集合的元素数量。

英语百科

NP-completeness NP完全

(重定向自NP complete)
Euler diagram for P, NP, NP-complete, and NP-hard set of problems.  The left side is valid under the assumption that P≠NP, while the right side is valid under the assumption that P=NP (except that the empty language and its complement are never NP-complete)
Some NP-complete problems, indicating the reductions typically used to prove their NP-completeness

In computational complexity theory, a decision problem is NP-complete when it is both in NP and NP-hard. The set of NP-complete problems is often denoted by NP-C or NPC. The abbreviation NP refers to "nondeterministic polynomial time".

Although any given solution to an NP-complete problem can be verified quickly (in polynomial time), there is no known efficient way to locate a solution in the first place; indeed, the most notable characteristic of NP-complete problems is that no fast solution to them is known. That is, the time required to solve the problem using any currently known algorithm increases very quickly as the size of the problem grows. As a consequence, determining whether or not it is possible to solve these problems quickly, called the P versus NP problem, is one of the principal unsolved problems in computer science today.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/20 4:34:10