Is NP-Complete Harder to Solve than NP-Hard?

  • Context: Graduate 
  • Thread starter Thread starter jetoso
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 16K views
jetoso
Messages
73
Reaction score
0
I have a question. Is the class of problems NP-Complete more difficult to solve than the class of problems NP-Hard?

I mean, NP-Complete problems are in NP, and also are NP-Hard, but not all NP-Hard problems are in NP... How to tell which one is more difficult to solve?
 
Mathematics news on Phys.org
Or as Nate mentioned, NP-hard problems might be impossible to solve in general. You can tell the difference in difficulty between NP-hard and NP-complete problems because the class NP includes everything easier than its "toughest" problems--if a problem is not in NP, it is harder than all the problems in NP.

By the way, would you post things like this in the future in the Programming forum, as it is a computer science question?
 
Last edited: