CCFLApr 29

Implementation of Polynomial NP-Complete Algorithms Based on the NP Verifier Simulation Framework

arXiv:2602.109914.1
Predicted impact top 45% in CC · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers in computational complexity, this work provides a concrete implementation bridging theory and practice for NP-complete problems, though it is incremental as it builds on prior framework.

This paper constructs deterministic Turing Machines for SAT and Subset-Sum within an improved NP verifier simulation framework, achieving a theoretical reduction in asymptotic polynomial degree and improved practical execution speed. The Python implementation behaves according to predicted polynomial-time bounds.

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 predicted polynomial-time bounds, and the source code along with sample instances are available in a public online repository.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes