NEXPTIME
NEXPTIME is a complexity class in computational theory that describes the set of decision problems solvable by a nondeterministic Turing machine in exponential time relative to the input size. It is defined as the class of problems decidable by a nondeterministic Turing machine in time bounded by *O*(2^(p(n))), where *p(n)* is a polynomial function of the input size *n*. This class is analogous to the deterministic complexity class EXPTIME, which consists of problems solvable in exponential time by a deterministic Turing machine.
NEXPTIME is a superset of NP, the class of problems verifiable in polynomial time by a nondeterministic
A key feature of NEXPTIME is its closure under complementation, meaning that if a problem is in
NEXPTIME is believed to be strictly larger than NP, but the exact boundaries of the class remain