TL;DR
This paper develops deterministic Turing Machines for NP-complete problems like SAT and Subset-Sum within an improved verifier simulation framework, bridging theory and practical implementation.
Contribution
It introduces a fully specified deterministic implementation for NP-complete problems, improving both theoretical bounds and practical execution speed.
Findings
The Python implementation runs within polynomial time bounds.
The improved framework reduces the polynomial degree asymptotically.
Practical execution speed is enhanced through better edge extension mechanisms.
Abstract
While prior work established a verifier-based polynomial-time framework for NP, explicit deterministic machines for concrete NP-complete problems have remained elusive. In this paper, we construct fully specified deterministic Turing Machines (DTMs) for SAT and Subset-Sum within an improved NP verifier simulation framework. A key contribution of this work is the development of a functional implementation that bridges the gap between theoretical proofs and executable software. Our improved feasible-graph construction yields a theoretical reduction in the asymptotic polynomial degree, while enhanced edge extension mechanisms significantly improve practical execution speed. We show that these machines generate valid witnesses, extending the framework to deterministic FNP computation without increasing complexity. The complete Python implementation behaves in accordance with the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
