Are there any decision problems in NP-Hard whose solution is not verifiable in polynomial time?

405 views Asked by At

I am going through complexity classes. Need to clear about NP_Hard problems.

Thanks, Hareendra

1

There are 1 answers

0
Oswald On

Problems verifiable in polynomial time are in NP. NP is a proper subset of NEXPTIME. Therefore, NEXPTIME\NP is not empty and its problems are not verifiable in polynomial time. By definition, problems in NEXPTIME\NP are NP-hard.

See Wikipedia - EXPTIME.